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

Unified Diff: chrome/browser/about_flags.cc

Issue 2475813002: Enable Native CUPS printing on Chrome OS. (Closed)
Patch Set: rebase Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d63b23ef8dcf7bdb520aeff97cff1dc7c52db92b..c2471f3ff7965198965187d382a83ff05bf80010 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2193,9 +2193,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)},
{"enable-encryption-migration",
flag_descriptions::kEnableEncryptionMigrationName,
flag_descriptions::kEnableEncryptionMigrationDescription, kOsCrOS,
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698