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

Unified Diff: chrome/browser/about_flags.cc

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 | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 14c1ced7a82f5fe54b0118f13bf38d90938a4e89..eb6af712af82f327f6c51deed552cf67996d99b6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2581,9 +2581,9 @@ const FeatureEntry kFeatureEntries[] = {
{"gdi-text-printing", flag_descriptions::kGdiTextPrinting,
flag_descriptions::kGdiTextPrintingDescription, kOsWin,
FEATURE_VALUE_TYPE(features::kGdiTextPrinting)},
- {"postscript-printing", flag_descriptions::kPostscriptPrinting,
- flag_descriptions::kPostscriptPrintingDescription, kOsWin,
- FEATURE_VALUE_TYPE(features::kPostScriptPrinting)},
+ {"postscript-printing", flag_descriptions::kDisablePostscriptPrinting,
+ flag_descriptions::kDisablePostscriptPrintingDescription, kOsWin,
+ FEATURE_VALUE_TYPE(features::kDisablePostScriptPrinting)},
#endif // defined(OS_WIN)
#if defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698