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[]; |