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

Unified Diff: chrome/common/chrome_switches.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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f68f672abfe037ea3c4a6e1187d9b67cc855f8a2..00de1bee4b58df05894f15ea2041506f4141ef62 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -401,6 +401,9 @@ const char kEnablePotentiallyAnnoyingSecurityFeatures[] =
// Enables the Power overlay in Settings.
const char kEnablePowerOverlay[] = "enable-power-overlay";
+// Enables the Print Browser feature in print preview.
skau 2016/12/16 18:05:53 Is this accurate? It seems like this feature affe
+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