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

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: Created 6 years, 9 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a8ffdc201296e3a34510dcd7fb1e06a9adff7d48..ae943c79515af2bd7fae424ef79fda76a660c636 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1414,6 +1414,13 @@ const Experiment kExperiments[] = {
#endif
#if defined(OS_MACOSX)
{
+ "apps-keep-chrome-alive",
tapted 2014/04/01 08:09:45 nit: new flags should be added to the end of kExpe
jackhou1 2014/04/02 06:38:38 Done.
+ IDS_FLAGS_APPS_KEEP_CHROME_ALIVE_NAME,
+ IDS_FLAGS_APPS_KEEP_CHROME_ALIVE_DESCRIPTION,
+ kOsMac,
+ SINGLE_VALUE_TYPE(switches::kAppsKeepChromeAlive)
+ },
+ {
"disable-app-shims",
IDS_FLAGS_DISABLE_APP_SHIMS_NAME,
IDS_FLAGS_DISABLE_APP_SHIMS_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698