Chromium Code Reviews| 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 |