Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 0c450de48a12e4ec42a8b62c4063001bb18e4e27..e90b92d3b13f78f2eb56750450986a661402c79c 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -383,6 +383,11 @@ const char kEnableExtensionActivityLogTesting[] = |
| // crbug.com/142458 . |
| const char kEnableFastUnload[] = "enable-fast-unload"; |
| +#if defined(OS_CHROMEOS) |
| +// Enables apps for the sign-in profile (on login and lock screens). |
| +const char kEnableSigninApps[] = "enable-login-apps"; |
|
emaxx
2016/11/09 01:09:30
nit: The constant name differs from the command li
Denis Kuznetsov (DE-MUC)
2016/11/09 18:25:26
Done.
|
| +#endif // defined(OS_CHROMEOS) |
| + |
| // Enables the Material Design feedback form. |
| const char kEnableMaterialDesignFeedback[] = "enable-md-feedback"; |