Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 13e16b1d850957f418227effa86091f7ff140a8b..cc8af21b25c9cd8c79843015dd1745312fafcb7f 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2099,9 +2099,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)}, |
#endif // OS_CHROMEOS |
#if !defined(OS_ANDROID) && !defined(OS_IOS) && defined(GOOGLE_CHROME_BUILD) |
{"enable-google-branded-context-menu", |