| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ab862a917578bb05aadc1b71459043d34467c5db..ada7ed6b5b733083d718ecc93853a2a4faf27bc2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -925,11 +925,12 @@ const char kWebApkServerUrl[] = "webapk-server-url";
|
| // Custom crosh command.
|
| const char kCroshCommand[] = "crosh-command";
|
|
|
| +// Disables apps on the login screen. By default, they are allowed and can be
|
| +// installed through policy.
|
| +const char kDisableLoginScreenApps[] = "disable-login-screen-apps";
|
| +
|
| // Disables native cups integration
|
| const char kDisableNativeCups[] = "disable-native-cups";
|
| -
|
| -// Enables apps on the login screen.
|
| -const char kEnableLoginScreenApps[] = "enable-login-screen-apps";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| #if defined(USE_ASH)
|
|
|