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

Unified Diff: chrome/browser/about_flags.cc

Issue 2834453004: Remove print preview scaling flag (Closed)
Patch Set: address comment Created 3 years, 8 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/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698