Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index fd06d86c5aed5776e3bd410d21a0611e2ee9cec5..94f843a2ac0e14e4bc8b0407582b208de1535d24 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2229,10 +2229,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"; |