Index: chrome/common/chrome_features.h |
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h |
index 340aa7a91bf6ccce81532147fb2d4bdb00bf5c6f..0c1d027fbe114b8d6f791b7209f857a254890ebe 100644 |
--- a/chrome/common/chrome_features.h |
+++ b/chrome/common/chrome_features.h |
@@ -107,6 +107,10 @@ extern const base::Feature kParallelDownloading; |
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 |