| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 49f6b5d95519744d9557a60cc5a2c3a0c90b560c..b34788ec22028da8b2bb3485669cc3fff67664e9 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -936,6 +936,9 @@ const char kWebApkServerUrl[] = "webapk-server-url";
|
| #endif // defined(OS_ANDROID)
|
|
|
| #if defined(OS_CHROMEOS)
|
| +// Enables apps on the login screen.
|
| +const char kEnableLoginScreenApps[] = "enable-login-screen-apps";
|
| +
|
| // Enables native cups integration
|
| const char kEnableNativeCups[] = "enable-native-cups";
|
|
|
|
|