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