Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index fa172892c5789ed56ef17fd0391b01922c592464..f5312ea8109cd841010605556228cf7256531756 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -121,6 +121,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[]; |
|
emaxx
2016/11/04 13:54:51
There's a separate section for "if defined(OS_CHRO
emaxx
2016/11/04 13:54:51
Maybe replace "login" with "signin" here too?
Denis Kuznetsov (DE-MUC)
2016/11/08 18:47:49
Done.
|
| +#endif // defined(OS_CHROMEOS) |
| extern const char kEnableMaterialDesignFeedback[]; |
| extern const char kEnableMaterialDesignPolicyPage[]; |
| extern const char kEnableNaCl[]; |