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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2885363003: Add policy to use system default printer (Closed)
Patch Set: Remove IOS checks 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 9a1b589fade8884ad5afb339191b84713a886b4b..7c3931867da26724c747a578ce5ad3a0f834d66e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1122,6 +1122,12 @@ extern const char kEnableInputImeAPI[] = "enable-input-ime-api";
extern const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon";
#endif
+#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
+// 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
+
#if BUILDFLAG(ENABLE_OOP_HEAP_PROFILING)
// Enables the out-of-process memory logging.
const char kMemlog[] = "memlog";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698