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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2885363003: Add policy to use system default printer (Closed)
Patch Set: Fix dynamic refresh 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 9a1b589fade8884ad5afb339191b84713a886b4b..b98f5914951b3cdecb4ae5b990b7a88b65fb2ec6 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1166,6 +1166,11 @@ bool PowerOverlayEnabled() {
}
#endif
+#if !defined(OS_CHROMEOS)
Lei Zhang 2017/06/16 21:47:43 See comment below.
rbpotter 2017/06/19 23:10:49 Done.
+// Uses the system default printer as the initially selected destination in
+// print preview, instead of the most recently used destination.
+const char kUseSystemDefaultPrinter[] = "use-system-default-printer";
+#endif
// -----------------------------------------------------------------------------
// DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE.
//

Powered by Google App Engine
This is Rietveld 408576698