diff options
Diffstat (limited to 'www/chromium/files/patch-chrome__common__chrome_switches.cc')
-rw-r--r-- | www/chromium/files/patch-chrome__common__chrome_switches.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-chrome__common__chrome_switches.cc b/www/chromium/files/patch-chrome__common__chrome_switches.cc index e538f401dc54..92ba65bd4baa 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-04-30 22:42:24.000000000 +0200 -+++ ./chrome/common/chrome_switches.cc 2014-05-04 14:38:46.000000000 +0200 -@@ -1448,7 +1448,7 @@ +--- ./chrome/common/chrome_switches.cc.orig 2014-08-12 21:02:17.000000000 +0200 ++++ ./chrome/common/chrome_switches.cc 2014-08-13 09:56:57.000000000 +0200 +@@ -1375,7 +1375,7 @@ const char kPasswordStore[] = "password-store"; #endif @@ -9,7 +9,7 @@ // 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. -@@ -1459,7 +1459,7 @@ +@@ -1386,7 +1386,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"; @@ -17,4 +17,4 @@ +#endif // (defined(OS_LINUX) || defined(OS_FREEBSD)) && !defined(OS_CHROMEOS) #if defined(OS_MACOSX) - // Disables the creation and launch of app shims for platform apps. + // Prevents Chrome from quitting when Chrome Apps are open. |