Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3120)

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2847273002: Reverse postscript flag direction (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698