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

Unified Diff: chrome/common/chrome_features.cc

Issue 2889883002: Enable print as image by default (Closed)
Patch Set: Enable print as image by default Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/test/data/webui/print_preview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index cee680d7e0880dbb4680307bebe1bf1b69cd5c43..d9778a4bc68e5c452d9fb244732980272884638d 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -281,7 +281,7 @@ const base::Feature kPreloadLockScreen{"PreloadLockScreen",
#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
// Enables the Print as Image feature in print preview.
const base::Feature kPrintPdfAsImage{"PrintPdfAsImage",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
dpapad 2017/05/17 16:35:58 Isn't this enabling by default the feature on all
rbpotter 2017/05/17 16:55:09 Good catch, thanks. Thought I had if defs around t
#endif
// Enables or disables push subscriptions keeping Chrome running in the
« no previous file with comments | « no previous file | chrome/test/data/webui/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698