| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 63877eb6febaef5cfb98be3b192b88071265d96a..a4f08bf1e9eb39e2be5958831d699b4a281193f1 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2222,10 +2222,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";
|
|
|
|
|