diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-10-08 08:41:51 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-10-08 08:41:51 +0000 |
| commit | 935f403d3f46a7c7804a6d99e2bb53171db157c1 (patch) | |
| tree | c797b39fa9e90549727670b9173ba6b02a5df0a1 /www/chromium/files/patch-chrome__common__chrome_switches.cc | |
| parent | Document new vulnerabilities in www/chromium < 38.0.2125.101 (diff) | |
www/chromium: Update to 38.0.2125.101 and clean up pkg-plist
Thanks to all contributors: "tomek", "pavoropaev", Carlos Medina
Obtained from: https://github.com/gliaskos/freebsd-chromium/
MFH: 2014Q4
Security: http://www.vuxml.org/freebsd/d2bbcc01-4ec3-11e4-ab3f-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-chrome__common__chrome_switches.cc')
| -rw-r--r-- | www/chromium/files/patch-chrome__common__chrome_switches.cc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/chromium/files/patch-chrome__common__chrome_switches.cc b/www/chromium/files/patch-chrome__common__chrome_switches.cc index e4ea5685fb70..9bda80df8130 100644 --- a/www/chromium/files/patch-chrome__common__chrome_switches.cc +++ b/www/chromium/files/patch-chrome__common__chrome_switches.cc @@ -1,6 +1,6 @@ ---- ./chrome/common/chrome_switches.cc.orig 2014-08-20 21:01:56.000000000 +0200 -+++ ./chrome/common/chrome_switches.cc 2014-08-22 15:06:25.000000000 +0200 -@@ -1319,7 +1319,7 @@ +--- chrome/common/chrome_switches.cc.orig 2014-10-02 17:39:46 UTC ++++ chrome/common/chrome_switches.cc +@@ -1277,13 +1277,13 @@ const char kPasswordStore[] = "password-store"; #endif @@ -9,10 +9,8 @@ // Triggers migration of user data directory to another directory // specified as a parameter. The migration is done under singleton lock, // and sanity checks are made to avoid corrupting the profile. -@@ -1330,7 +1330,7 @@ - // Linux speech service. Because it's buggy, the user must explicitly - // enable it so that visiting a random webpage can't cause instability. - const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher"; + // The browser exits after migration is complete. + const char kMigrateDataDirForSxS[] = "migrate-data-dir-for-sxs"; -#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS) +#endif // (defined(OS_LINUX) || defined(OS_FREEBSD)) && !defined(OS_CHROMEOS) |
