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

Unified Diff: chrome/browser/about_flags.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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 13e16b1d850957f418227effa86091f7ff140a8b..cc8af21b25c9cd8c79843015dd1745312fafcb7f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2099,9 +2099,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",
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | chrome/common/chrome_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698