Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2206)

Unified Diff: chrome/common/chrome_switches.cc

Issue 2475813002: Enable Native CUPS printing on Chrome OS. (Closed)
Patch Set: inverted conditional Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698