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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.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: 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/chromeos/login/existing_user_controller.cc
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
index 241d778584c1136693dcf40aa9382bd2e92abe9b..16fb3c9bf07913b3697ee202a61e28734c44665c 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -92,7 +92,7 @@ const char kGetStartedOwnerParam[] = "#first";
// URL for account creation.
const char kCreateAccountURL[] =
- "https://www.google.com/accounts/NewAccount?service=mail";
+ "https://accounts.google.com/NewAccount?service=mail";
Nikita (slow) 2012/05/09 06:00:12 This could be as well updated to https://accounts.
zel 2012/05/09 17:52:51 Hmm, .../NewAccount?service=mail does indeed redir
// ChromeVox tutorial URL (used in place of "getting started" url when
// accessibility is enabled).

Powered by Google App Engine
This is Rietveld 408576698