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

Unified Diff: chrome/common/chrome_features.h

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Fix Linux compile error 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 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

Powered by Google App Engine
This is Rietveld 408576698