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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1368013004: Define Print Preview default printer selection policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 4433b84d48d8bde1d6020b8edb3d35ac087aa932..4246eddb869acf1f2101b8bf2560629208696636 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -313,6 +313,11 @@ const char kDisablePreconnect[] = "disable-preconnect";
// Disables print preview (For testing, and for users who don't like us. :[ )
const char kDisablePrintPreview[] = "disable-print-preview";
+// Default print destination selection rules.
+// See PrintPreviewDefaultPrinterSelection policy for details.
+const char kPrintPreviewDefaultDestinationSelectionRules[] =
+ "default-printer-selection-rules";
Thiemo Nagel 2015/10/09 16:35:47 Adding command line switches is not allowed unless
Aleksey Shlyapnikov 2015/10/09 21:02:51 My rationale was to offer non-enterprise users unh
Thiemo Nagel 2015/10/12 19:10:09 I guess the request was to remove the flag unless
Aleksey Shlyapnikov 2015/10/13 18:14:57 Done.
+
// Normally when the user attempts to navigate to a page that was the result of
// a post we prompt to make sure they want to. This switch may be used to
// disable that check. This switch is used during automated testing.

Powered by Google App Engine
This is Rietveld 408576698