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

Unified Diff: chrome/common/chrome_features.h

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Rebase Created 3 years, 11 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
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

Powered by Google App Engine
This is Rietveld 408576698