| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 664dbb8c8b7b9781dadb8e473229ed5426955423..fc575d01008f42af7f718c818eda07e5cb2eb31f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -937,8 +937,8 @@ const char kWebApkServerUrl[] = "webapk-server-url";
|
| // Enables apps on the login screen.
|
| const char kEnableLoginScreenApps[] = "enable-login-screen-apps";
|
|
|
| -// Enables native cups integration
|
| -const char kEnableNativeCups[] = "enable-native-cups";
|
| +// Disables native cups integration
|
| +const char kDisableNativeCups[] = "disable-native-cups";
|
|
|
| // Custom crosh command.
|
| const char kCroshCommand[] = "crosh-command";
|
|
|