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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2885363003: Add policy to use system default printer (Closed)
Patch Set: Fix test Created 3 years, 6 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 45b08d8f1168b9620f6960f8a5b1f278206c78a6..f5cc5b370a0c28068d130f38fd7c263bcaff0e70 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -839,6 +839,11 @@ const char kUnsafelyTreatInsecureOriginAsSecure[] =
// to the PAC scripts.
const char kUnsafePacUrl[] = "unsafe-pac-url";
+// Overrides the use of the most recent destination as the automatically
Lei Zhang 2017/06/15 18:26:16 How about: Uses the system default printer as the
rbpotter 2017/06/16 02:21:46 Done.
+// selected destination in the Print Preview UI and automatically selects the
+// OS default destination instead.
+const char kUseSystemDefaultPrinter[] = "use-system-default-printer";
+
// A string used to override the default user agent with a custom one.
const char kUserAgent[] = "user-agent";

Powered by Google App Engine
This is Rietveld 408576698