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

Unified Diff: chrome/browser/about_flags.cc

Issue 2556023002: Added flags for PrintBrowser mode (Closed)
Patch Set: Fix git weirdness 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 9abac3d1ed94d4e96c4cccdae61fea2edbf8fedd..9c27dd805e56723adf37b988d84098d6c2961ce5 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2052,6 +2052,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