Chromium Code Reviews| Index: chrome/common/chrome_features.cc |
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
| index d65c80755fcfb9db18495787b914acdbdd7a5bc6..c8770179f8dd454a576d33d1b573c3c064a00786 100644 |
| --- a/chrome/common/chrome_features.cc |
| +++ b/chrome/common/chrome_features.cc |
| @@ -258,13 +258,10 @@ const base::Feature kPreloadLockScreen{"PreloadLockScreen", |
| base::FEATURE_ENABLED_BY_DEFAULT}; |
| #endif |
| -// Enables the Print Scaling feature in print preview. |
| +// Enables the Print as Image feature in print preview. |
|
Lei Zhang
2017/04/20 18:53:21
Move the comment inside the #if while we are here?
rbpotter
2017/04/22 00:47:27
Done.
|
| #if BUILDFLAG(ENABLE_PRINT_PREVIEW) |
| const base::Feature kPrintPdfAsImage{"PrintPdfAsImage", |
| base::FEATURE_DISABLED_BY_DEFAULT}; |
| - |
| -const base::Feature kPrintScaling{"PrintScaling", |
| - base::FEATURE_DISABLED_BY_DEFAULT}; |
| #endif |
| // Enables or disables push subscriptions keeping Chrome running in the |