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) |