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

Unified Diff: chrome/browser/flag_descriptions.h

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/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index d6a959126b11be7c078e448312400233d520b7ce..2532929faa268d018ceb320b2933b0c712c769aa 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2425,10 +2425,10 @@ extern const char kEnableScrollAnchoringDescription[];
#if defined(OS_CHROMEOS)
// Name of the native cups flag.
-extern const char kEnableNativeCupsName[];
+extern const char kDisableNativeCupsName[];
// Description of the native CUPS flag
-extern const char kEnableNativeCupsDescription[];
+extern const char kDisableNativeCupsDescription[];
// Name of the Android Wallpapers App flag.
extern const char kEnableAndroidWallpapersAppName[];

Powered by Google App Engine
This is Rietveld 408576698