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

Unified Diff: chrome/browser/about_flags.cc

Issue 2556023002: Added flags for PrintBrowser mode (Closed)
Patch Set: Replaced enable-print-browser feature flag with command line switch. Created 4 years 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b609c80814a073cd6c7ed9ad2231b75516ec6423..3474e70f06e6248bd83f657c5b5712d728eaa8f8 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2072,6 +2072,11 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(
features::kDisplayPersistenceToggleInPermissionPrompts)},
#endif
+#if BUILDFLAG(ENABLE_PRINT_BROWSER)
+ {"enable-print-browser", IDS_FLAGS_PRINT_BROWSER_NAME,
+ IDS_FLAGS_PRINT_BROWSER_DESCRIPTION, kOsDesktop,
+ SINGLE_VALUE_TYPE(switches::kEnablePrintBrowser)},
+#endif
#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
{"print-scaling", IDS_FLAGS_PRINT_SCALING_NAME,
IDS_FLAGS_PRINT_SCALING_DESCRIPTION, kOsDesktop,

Powered by Google App Engine
This is Rietveld 408576698