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

Unified Diff: cloud_print/service/win/service_utils.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 | « cloud_print/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/service_utils.cc
diff --git a/cloud_print/service/win/service_utils.cc b/cloud_print/service/win/service_utils.cc
index bf5716e3864a3bf5477ac91a77ee4bef7661f241..14076fe90fb6cd5097b95f63a818b4b33c71ba70 100644
--- a/cloud_print/service/win/service_utils.cc
+++ b/cloud_print/service/win/service_utils.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "cloud_print/service/win/service_utils.h"
+#include "google_apis/gaia/gaia_switches.h"
#include <windows.h>
#include <security.h> // NOLINT
@@ -50,6 +51,8 @@ void CopyChromeSwitchesFromCurrentProcess(CommandLine* destination) {
static const char* const kSwitchesToCopy[] = {
switches::kCloudPrintServiceURL,
switches::kEnableLogging,
+ switches::kIgnoreUrlFetcherCertRequests,
+ switches::kLsoHost,
switches::kV,
};
destination->CopySwitchesFrom(*CommandLine::ForCurrentProcess(),
« no previous file with comments | « cloud_print/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698