Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 64d07df3fce63a4bc95a95d7cad6648e62c4b04c..c4cbe828778769f48c3aca9df37cd0ef7f38a466 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2468,16 +2468,11 @@ const FeatureEntry kFeatureEntries[] = { |
FEATURE_VALUE_TYPE( |
features::kDisplayPersistenceToggleInPermissionPrompts)}, |
#endif |
-#if BUILDFLAG(ENABLE_PRINT_PREVIEW) |
-#if !defined(OS_WIN) && !defined(OS_MACOSX) |
+#if BUILDFLAG(ENABLE_PRINT_PREVIEW) && !defined(OS_WIN) && !defined(OS_MACOSX) |
{"print-pdf-as-image", flag_descriptions::kPrintPdfAsImageName, |
flag_descriptions::kPrintPdfAsImageDescription, kOsDesktop, |
FEATURE_VALUE_TYPE(features::kPrintPdfAsImage)}, |
-#endif // !defined(OS_WIN) && !defined(OS_MACOSX) |
- {"print-scaling", flag_descriptions::kPrintScalingName, |
- flag_descriptions::kPrintScalingDescription, kOsDesktop, |
- FEATURE_VALUE_TYPE(features::kPrintScaling)}, |
-#endif // BUILDFLAG(ENABLE_PRINT_PREVIEW) |
+#endif |
#if defined(OS_ANDROID) |
{"enable-consistent-omnibox-geolocation", |
flag_descriptions::kEnableConsistentOmniboxGeolocationName, |