| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index ba0e2b950184bfeabc7ed8e54a2c30fd32a45f60..b88aeb97f4c2f0611b1ce5125d487c4fedb748e1 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -2954,11 +2954,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)
|
|
|
|
|