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

Unified Diff: chrome/common/chrome_switches.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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f3ef99f5deaa32db85b4ca9bd78edd9fa65c211f..de608fccb7b4d03ca21351366dff13f5a797bc5c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -405,6 +405,9 @@ const char kEnablePotentiallyAnnoyingSecurityFeatures[] =
// Enables the Power overlay in Settings.
const char kEnablePowerOverlay[] = "enable-power-overlay";
+// Enables the Print Browser feature in print preview.
+const char kEnablePrintBrowser[] = "enable-print-browser";
+
// Enables showing unregistered printers in print preview
const char kEnablePrintPreviewRegisterPromos[] =
"enable-print-preview-register-promos";

Powered by Google App Engine
This is Rietveld 408576698