Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 664dbb8c8b7b9781dadb8e473229ed5426955423..dee1a0b02d89b7e55a2855bcd10c5607ba71a168 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -934,14 +934,14 @@ 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"; |
- |
// Custom crosh command. |
const char kCroshCommand[] = "crosh-command"; |
+ |
+// 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) |