Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 20f310768735285a948f460c70b4e048ec1426b5..61295b182eb34a0bf04b397e1c118b5aa64f4170 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1464,6 +1464,9 @@ const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher"; |
#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS) |
#if defined(OS_MACOSX) |
+// Prevents Chrome from quitting when Chrome Apps are open. |
+const char kAppsKeepChromeAlive[] = "apps-keep-chrome-alive"; |
+ |
// Disables the creation and launch of app shims for platform apps. |
const char kDisableAppShims[] = "disable-app-shims"; |