Index: chrome/common/chrome_features.h |
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h |
index a839f87f5391c02905d64b9c0b7275debcc34da5..4f6bec632c4f1024a6b57abf4425667e1a3cbce5 100644 |
--- a/chrome/common/chrome_features.h |
+++ b/chrome/common/chrome_features.h |
@@ -95,6 +95,10 @@ extern const base::Feature kOverrideYouTubeFlashEmbed; |
extern const base::Feature kPermissionsBlacklist; |
+#if defined(OS_WIN) |
+extern const base::Feature kPostScriptPrinting; |
+#endif |
+ |
#if BUILDFLAG(ENABLE_PLUGINS) |
extern const base::Feature kPreferHtmlOverPlugins; |
#endif |