| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index c33cfb5b45c39b76835c70a4a4a8b33cf8bd5114..bf8287a7bbe6e9668f67857991fdec0ac7186b20 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2093,9 +2093,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",
|
|
|