Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index d65c80755fcfb9db18495787b914acdbdd7a5bc6..59787663932565445b0fefe722aa79bb0a256123 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. |
#if BUILDFLAG(ENABLE_PRINT_PREVIEW) |
+// Enables the Print as Image feature in 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 |