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

Unified Diff: chrome/browser/about_flags.cc

Issue 2475813002: Enable Native CUPS printing on Chrome OS. (Closed)
Patch Set: fix histogram entry 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c33cfb5b45c39b76835c70a4a4a8b33cf8bd5114..bf8287a7bbe6e9668f67857991fdec0ac7186b20 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2093,9 +2093,9 @@ const FeatureEntry kFeatureEntries[] = {
kOsCrOS,
SINGLE_VALUE_TYPE(
chromeos::switches::kDisableSystemTimezoneAutomaticDetectionPolicy)},
- {"enable-native-cups", flag_descriptions::kEnableNativeCupsName,
- flag_descriptions::kEnableNativeCupsDescription, kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kEnableNativeCups)},
+ {"disable-native-cups", flag_descriptions::kDisableNativeCupsName,
+ flag_descriptions::kDisableNativeCupsDescription, kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kDisableNativeCups)},
#endif // OS_CHROMEOS
#if !defined(OS_ANDROID) && !defined(OS_IOS) && defined(GOOGLE_CHROME_BUILD)
{"enable-google-branded-context-menu",

Powered by Google App Engine
This is Rietveld 408576698