Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index c168f8488fec38b977c0eb1091c7dddab95581a7..5e04cce881898d0aacd605bc2c093ff27ab54f5b 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -180,6 +180,13 @@ const base::Feature kParallelDownloading{ |
const base::Feature kPermissionsBlacklist{ |
"PermissionsBlacklist", base::FEATURE_DISABLED_BY_DEFAULT}; |
+// Enables postscript generation instead of emf when printing to postscript |
+// capable printers. |
+#if defined(OS_WIN) |
+const base::Feature kPostScriptPrinting{"PostScriptPrinting", |
+ base::FEATURE_DISABLED_BY_DEFAULT}; |
+#endif // OS_WIN |
+ |
#if BUILDFLAG(ENABLE_PLUGINS) |
// Prefer HTML content by hiding Flash from the list of plugins. |
// https://crbug.com/626728 |