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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2847273002: Reverse postscript flag direction (Closed)
Patch Set: Restore previous values to histograms.xml 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698