| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 0e717659291945808d0df0dc939f55cc87c2ce6e..b729965279ecf0c0a78f157bb27ec91a119224ac 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -2950,11 +2950,11 @@ extern const char kWindows10CustomTitlebarDescription[];
|
|
|
| #if defined(OS_WIN)
|
|
|
| -// Name of the flag that enables postscript printing.
|
| -extern const char kPostscriptPrinting[];
|
| +// Name of the flag that disables postscript printing.
|
| +extern const char kDisablePostscriptPrinting[];
|
|
|
| -// Description of the flag that enables postscript printing.
|
| -extern const char kPostscriptPrintingDescription[];
|
| +// Description of the flag that disables postscript printing.
|
| +extern const char kDisablePostscriptPrintingDescription[];
|
|
|
| #endif // defined(OS_WIN)
|
|
|
|
|