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

Unified Diff: chrome/common/chrome_switches.h

Issue 2885363003: Add policy to use system default printer (Closed)
Patch Set: Address comments 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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index ca9b97d911381760d828e67e2e198909ba4faac9..4291efb4d4d44e6f8a65c0a7dd3d58d1876cd0d9 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -350,6 +350,10 @@ extern const char kEnableInputImeAPI[];
extern const char kEnableNewAppMenuIcon[];
#endif
+#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID) && !defined(OS_IOS)
+extern const char kUseSystemDefaultPrinter[];
+#endif
+
#if BUILDFLAG(ENABLE_OOP_HEAP_PROFILING)
extern const char kMemlog[];
extern const char kMemlogPipe[];

Powered by Google App Engine
This is Rietveld 408576698