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

Unified Diff: chrome/browser/flag_descriptions.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 | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 2980249f46471cccaf44d2afaf0c5f74cdc2e769..d3e7af50bf410d80e647645a23b7588db1e79125 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2262,10 +2262,10 @@ const char kEnableScrollAnchoringDescription[] =
#if defined(OS_CHROMEOS)
-const char kEnableNativeCupsName[] = "Native CUPS";
+const char kDisableNativeCupsName[] = "Native CUPS";
-const char kEnableNativeCupsDescription[] =
- "Enables the use of the native CUPS printing backend.";
+const char kDisableNativeCupsDescription[] =
+ "Disable the use of the native CUPS printing backend.";
const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698