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

Unified Diff: chrome/browser/service/service_process_control.cc

Issue 14863003: Allow cloud print connector to use test gaia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | chrome/service/cloud_print/cloud_print_auth.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/service/cloud_print/cloud_print_auth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698