| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 791767dfd3658af21893f542e3bd3ae1bb05b07f..c91c224673c9cf886ac2baf78931b1f3ef7a16ac 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -120,6 +120,9 @@ extern const char kEnableExperimentalHotwordHardware[];
|
| extern const char kEnableExtensionActivityLogging[];
|
| extern const char kEnableExtensionActivityLogTesting[];
|
| extern const char kEnableFastUnload[];
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kEnableLoginApps[];
|
| +#endif // defined(OS_CHROMEOS)
|
| extern const char kEnableMaterialDesignExtensions[];
|
| extern const char kEnableMaterialDesignFeedback[];
|
| extern const char kEnableMaterialDesignPolicyPage[];
|
|
|