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

Unified Diff: chrome/browser/sync/test/integration/sync_test.cc

Issue 10382077: Update all GAIA URLs to accounts.google.com/... from www.google.com/accounts/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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
Index: chrome/browser/sync/test/integration/sync_test.cc
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
index f71c430faa329d1f17b965da0eacd70c60196b13..82bf22078d04cb92fd66f65a269c042ca2be7fb9 100644
--- a/chrome/browser/sync/test/integration/sync_test.cc
+++ b/chrome/browser/sync/test/integration/sync_test.cc
@@ -63,10 +63,10 @@ const char kSyncServerCommandLine[] = "sync-server-command-line";
namespace {
// The URLs for different calls in the Google Accounts programmatic login API.
-const char kClientLoginUrl[] = "https://www.google.com/accounts/ClientLogin";
-const char kGetUserInfoUrl[] = "https://www.google.com/accounts/GetUserInfo";
+const char kClientLoginUrl[] = "https://accounts.google.com/ClientLogin";
tim (not reviewing) 2012/05/09 17:47:59 Could you add a "TODO(rsimha): Use GaiaUrls here."
zel 2012/05/09 17:52:51 Done.
+const char kGetUserInfoUrl[] = "https://accounts.google.com/GetUserInfo";
const char kIssueAuthTokenUrl[] =
- "https://www.google.com/accounts/IssueAuthToken";
+ "https://accounts.google.com/IssueAuthToken";
const char kSearchDomainCheckUrl[] =
"https://www.google.com/searchdomaincheck?format=domain&type=chrome";
const char kOAuth2LoginTokenValidResponse[] =
« no previous file with comments | « chrome/browser/sync/resources/gaia_login_test.html ('k') | chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698