| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fcbb09014d1237ecede0d85b79c1cb1bd1a6169a..4ae1abda370edb93d3f599a9138a6f5db62a49d0 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";
|
|
|
|
|