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

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

Issue 168813002: Refactor user pods to use authType property for distinct authentication modes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ScreenLockerTest Created 6 years, 10 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/resources/chromeos/login/user_pod_template.html
diff --git a/chrome/browser/resources/chromeos/login/user_pod_template.html b/chrome/browser/resources/chromeos/login/user_pod_template.html
index 48135a4e3d5b8eb963e59e3c77ed87fc100e6318..a1d998c7f255374e961813f87804ccf83111c6e3 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_template.html
+++ b/chrome/browser/resources/chromeos/login/user_pod_template.html
@@ -7,10 +7,14 @@
<div class="name"></div>
<div class="password-area">
<div class="password-input-container">
+ <!-- Password Authentication -->
<input type="password" class="password"
i18n-values="placeholder:passwordHint">
<img class="capslock-hint"
src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt="">
+
+ <!-- User Click Authentication -->
+ <div class="password-label"></div>
</div>
<button class="custom-button custom-appearance" hidden>
<img class="custom-button-icon"></img>

Powered by Google App Engine
This is Rietveld 408576698