| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 32cad7c109aa537bd4ff876282388c31d8d45987..533a5d3c5a882702fba0020e7a39ad647365e70f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -949,6 +949,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";
|
|
|
|
|