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

Unified Diff: chrome/common/chrome_features.cc

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
« chrome/browser/flag_descriptions.cc ('K') | « chrome/common/chrome_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index ea067f44564626c1700387d0f3d3b128d392e57f..5a6a7612cc4824d58f74144d7013edb576dd47f5 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -242,11 +242,11 @@ const base::Feature kOfflinePageDownloadSuggestionsFeature{
const base::Feature kPermissionsBlacklist{
"PermissionsBlacklist", base::FEATURE_DISABLED_BY_DEFAULT};
-// Enables PostScript generation instead of EMF when printing to PostScript
-// capable printers.
+// Disables PostScript generation when printing to PostScript capable printers
+// and instead sends Emf files.
#if defined(OS_WIN)
-const base::Feature kPostScriptPrinting{"PostScriptPrinting",
- base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kDisablePostScriptPrinting{
+ "DisablePostScriptPrinting", base::FEATURE_DISABLED_BY_DEFAULT};
#endif
#if BUILDFLAG(ENABLE_PLUGINS)
« chrome/browser/flag_descriptions.cc ('K') | « chrome/common/chrome_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698