Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: chrome/browser/about_flags.cc

Issue 220373003: Prevent Chrome from quitting when apps are open. (Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/app_controller_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 179766305c790acb2cacbb3dd02e9609ce429d66..ebb7a045aa009284af9d9cb6a37345cfc78e6abd 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1778,6 +1778,15 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kAllowInsecureWebSocketFromHttpsOrigin)
},
+#if defined(OS_MACOSX)
+ {
+ "apps-keep-chrome-alive",
+ IDS_FLAGS_APPS_KEEP_CHROME_ALIVE_NAME,
+ IDS_FLAGS_APPS_KEEP_CHROME_ALIVE_DESCRIPTION,
+ kOsMac,
+ SINGLE_VALUE_TYPE(switches::kAppsKeepChromeAlive)
+ }
+#endif
};
const Experiment* experiments = kExperiments;
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/app_controller_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698