Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 62bdcbb0a1e486b7dec1c077514facdb320e5314..be907ff7e33f01c378fe33c2ca0cb784ff7346f7 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -114,6 +114,9 @@ extern const char kEnableExperimentalHotwordHardware[]; |
extern const char kEnableExtensionActivityLogging[]; |
extern const char kEnableExtensionActivityLogTesting[]; |
extern const char kEnableFastUnload[]; |
+#if defined(OS_CHROMEOS) |
+extern const char kEnableLoginScreenApps[]; |
emaxx
2017/03/06 17:04:04
nit: There's an OS_CHROMEOS block below, better pu
achuithb
2017/03/06 18:21:05
Done.
|
+#endif |
extern const char kEnableMaterialDesignFeedback[]; |
extern const char kEnableMaterialDesignPolicyPage[]; |
extern const char kEnableNaCl[]; |