X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fservice_process%2Fservice_process_control.cc;h=b9cfa5714646323fd7f7b646fcbe501e351cb90e;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=dbac06c4418acc9efebbf980930e7eab04c27b26;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/service_process/service_process_control.cc b/src/chrome/browser/service_process/service_process_control.cc index dbac06c..b9cfa57 100644 --- a/src/chrome/browser/service_process/service_process_control.cc +++ b/src/chrome/browser/service_process/service_process_control.cc @@ -21,6 +21,7 @@ #include "chrome/common/chrome_switches.h" #include "chrome/common/service_messages.h" #include "chrome/common/service_process_util.h" +#include "components/cloud_devices/common/cloud_devices_switches.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/notification_service.h" #include "content/public/common/child_process_host.h" @@ -135,8 +136,9 @@ void ServiceProcessControl::Launch(const base::Closure& success_task, switches::kServiceProcess); static const char* const kSwitchesToCopy[] = { - switches::kCloudPrintServiceURL, switches::kCloudPrintSetupProxy, + switches::kCloudPrintURL, + switches::kCloudPrintXmppEndpoint, #if defined(OS_WIN) switches::kEnableCloudPrintXps, #endif