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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_password_changed.html

Issue 1124213004: Fixed Chrome OS password changing dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/gaia_password_changed.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/gaia_password_changed.html
diff --git a/chrome/browser/resources/chromeos/login/gaia_password_changed.html b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
index 82d8fd14fb482d464fac759d8a3015376728b22e..be137ac0eb95c0d39264bea0a3b72f1b181660bb 100644
--- a/chrome/browser/resources/chromeos/login/gaia_password_changed.html
+++ b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
@@ -45,11 +45,12 @@
<p i18n-content="passwordChangedTitle">
</p>
</div>
- <gaia-input-form class="footer" id="oldPasswordInput"
- inputtype="password"
- i18n-values="errorMsg:oldPasswordIncorrect;
- inputLabel:oldPasswordHint;
- buttonText:nextButtonText">
+ <gaia-input-form class="footer" id="oldPasswordInputForm"
+ i18n-values="buttonText:nextButtonText">
+ <gaia-input id="oldPasswordInput" type="password"
+ i18n-values="error:oldPasswordIncorrect;
+ label:oldPasswordHint">
+ </gaia-input>
<gaia-paper-button noink i18n-content="forgotOldPasswordButtonText"
class="link-button"
on-tap="{{onForgotPasswordClicked}}">
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/gaia_password_changed.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698