Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 26708054ff4f71c3aeab32d03aa312b39294a535..6ec20a85382897daaf19e8a78e3aa9a92a052106 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2240,10 +2240,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"; |