| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 2980249f46471cccaf44d2afaf0c5f74cdc2e769..d3e7af50bf410d80e647645a23b7588db1e79125 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2262,10 +2262,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";
|
|
|
|
|