Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a125d337c7edd38610435a2ba76f5d90e21ad662..10277a6ced4510048784ff79196ae6cf86e6f8a0 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -400,6 +400,11 @@ const char kEnableExtensionActivityLogTesting[] = |
// crbug.com/142458 . |
const char kEnableFastUnload[] = "enable-fast-unload"; |
+#if defined(OS_CHROMEOS) |
+// Enables apps on the login screen. |
+const char kEnableLoginApps[] = "enable-login-apps"; |
+#endif // defined(OS_CHROMEOS) |
+ |
// Enables the Material Design version of chrome://extensions. |
const char kEnableMaterialDesignExtensions[] = "enable-md-extensions"; |