Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 6d7a341356f00a8dc41166fe162794a465ba657c..1bdf92e0a74c60714d0ab315b2f4b1e830712650 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -381,6 +381,11 @@ const char kEnableExtensionActivityLogTesting[] = |
| // crbug.com/142458 . |
| const char kEnableFastUnload[] = "enable-fast-unload"; |
| +#if defined(OS_CHROMEOS) |
| +// Enables apps on the login screen. |
|
emaxx
2016/11/04 13:54:51
s/on the login screen/in the login profile/?
This
Denis Kuznetsov (DE-MUC)
2016/11/08 18:47:49
Done.
|
| +const char kEnableLoginApps[] = "enable-login-apps"; |
| +#endif // defined(OS_CHROMEOS) |
| + |
| // Enables the Material Design feedback form. |
| const char kEnableMaterialDesignFeedback[] = "enable-md-feedback"; |