Index: chrome/browser/service/service_process_control.cc |
diff --git a/chrome/browser/service/service_process_control.cc b/chrome/browser/service/service_process_control.cc |
index 00934d9270150d059e4b5b10429cb541fe4caab3..650beef0669fbb062c6dc6ad92186d3046135c2a 100644 |
--- a/chrome/browser/service/service_process_control.cc |
+++ b/chrome/browser/service/service_process_control.cc |
@@ -21,6 +21,7 @@ |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/common/child_process_host.h" |
+#include "google_apis/gaia/gaia_switches.h" |
#include "ui/base/ui_base_switches.h" |
using content::BrowserThread; |
@@ -129,8 +130,10 @@ void ServiceProcessControl::Launch(const base::Closure& success_task, |
switches::kCloudPrintServiceURL, |
switches::kCloudPrintSetupProxy, |
switches::kEnableLogging, |
+ switches::kIgnoreUrlFetcherCertRequests, |
switches::kLang, |
switches::kLoggingLevel, |
+ switches::kLsoHost, |
switches::kNoServiceAutorun, |
switches::kUserDataDir, |
switches::kV, |