summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
diff options
context:
space:
mode:
authorzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-18 23:54:03 +0000
committerzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-18 23:54:03 +0000
commit649aedc227a12f21c7f7288b6fab5d944a10c248 (patch)
treeb787fb044ba14e60b0ed2e859abb2f619d377155 /chrome/browser/importer
parent581db2b3642608e603900d99f10ab479f6dab2da (diff)
downloadchromium_src-649aedc227a12f21c7f7288b6fab5d944a10c248.zip
chromium_src-649aedc227a12f21c7f7288b6fab5d944a10c248.tar.gz
chromium_src-649aedc227a12f21c7f7288b6fab5d944a10c248.tar.bz2
It seems GAIA had changed dosserver rules today, so we can go back to accounts.google.com.
Revert 137937 - Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts.google.com. We are going back to http://www.google.com/accounts/... for all API calls. BUG=127147 TEST=all serivices dependent on GAIA auth should still work (sync, login, policy, drive...) Review URL: https://chromiumcodereview.appspot.com/10411025 TBR=zelidrag@chromium.org Review URL: https://chromiumcodereview.appspot.com/10413016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer')
-rw-r--r--chrome/browser/importer/importer_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/importer/importer_host.cc b/chrome/browser/importer/importer_host.cc
index 2fd61a0..3b0a34c 100644
--- a/chrome/browser/importer/importer_host.cc
+++ b/chrome/browser/importer/importer_host.cc
@@ -161,7 +161,7 @@ void ImporterHost::OnGoogleGAIACookieChecked(bool result) {
l10n_util::GetStringUTF16(IDS_IMPORTER_GOOGLE_LOGIN_TEXT), string16(),
browser::MESSAGE_BOX_TYPE_INFORMATION);
- GURL url("https://www.google.com/accounts/ServiceLogin");
+ GURL url("https://accounts.google.com/ServiceLogin");
DCHECK(profile_);
Browser* browser = browser::FindLastActiveWithProfile(profile_);
if (browser)