summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service_process/service_process_control.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/service_process/service_process_control.cc')
-rw-r--r--chrome/browser/service_process/service_process_control.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/service_process/service_process_control.cc b/chrome/browser/service_process/service_process_control.cc
index 09d15f9..15a902e 100644
--- a/chrome/browser/service_process/service_process_control.cc
+++ b/chrome/browser/service_process/service_process_control.cc
@@ -137,6 +137,9 @@ void ServiceProcessControl::Launch(const base::Closure& success_task,
static const char* const kSwitchesToCopy[] = {
switches::kCloudPrintServiceURL,
switches::kCloudPrintSetupProxy,
+#if defined(OS_WIN)
+ switches::kEnableCloudPrintXps,
+#endif
switches::kEnableLogging,
switches::kIgnoreUrlFetcherCertRequests,
switches::kLang,