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

Unified Diff: chrome/browser/sync/resources/gaia_login.html

Issue 385103: Moved the various Google Accounts URLs out of gaia_login.html and into sync_s... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/browser/sync/sync_setup_wizard.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/resources/gaia_login.html
===================================================================
--- chrome/browser/sync/resources/gaia_login.html (revision 31936)
+++ chrome/browser/sync/resources/gaia_login.html (working copy)
@@ -372,7 +372,7 @@
</td>
<td>
<div class="errormsg" id="errormsg_1_Password">
- <span i18n-content="invalidcredentials"></span>[<a href="http://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444" target="_blank">?</a>]
+ <span i18n-content="invalidcredentials"></span>[<a i18n-values="href:invalidpasswordhelpurl" target="_blank">?</a>]
</div>
</td>
</tr>
@@ -443,8 +443,8 @@
</tr>
<tr id="ga-fprow">
<td colspan="2" height="16.0" class="gaia le fpwd"
- align="center" valign="bottom">
- <a href="http://www.google.com/support/accounts/bin/answer.py?answer=48598&hl=en&fpUrl=https%3A%2F%2Fwww.google.com%2Faccounts%2FForgotPasswd%3FfpOnly%3D1%26service%3Dchromiumsync"
+ align="center" valign="bottom">
+ <a i18n-values="href:cannotaccessaccounturl"
target="_blank" i18n-content="cannotaccessaccount">
</a>
</td>
@@ -453,7 +453,7 @@
<td id="createaccountcell" colspan="2" height="16.0"
class="gaia le fpwd" align="center" valign="bottom">
<div id="createaccountdiv">
- <a href="https://www.google.com/accounts/NewAccount?service=chromiumsync"
+ <a i18n-values="href:createnewaccounturl"
i18n-content="createaccount" target="_blank">
</a>
</div>
« no previous file with comments | « no previous file | chrome/browser/sync/sync_setup_wizard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698