| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 78782b247aaad18eb5e803823456fb62e79e3fca..9c3049666bc0723232aa87825d8f3a081ff9641a 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -2437,10 +2437,10 @@ extern const char kEnableScrollAnchoringDescription[];
|
| #if defined(OS_CHROMEOS)
|
|
|
| // Name of the native cups flag.
|
| -extern const char kEnableNativeCupsName[];
|
| +extern const char kDisableNativeCupsName[];
|
|
|
| // Description of the native CUPS flag
|
| -extern const char kEnableNativeCupsDescription[];
|
| +extern const char kDisableNativeCupsDescription[];
|
|
|
| // Name of the Android Wallpapers App flag.
|
| extern const char kEnableAndroidWallpapersAppName[];
|
|
|