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

Unified Diff: ui/login/account_picker/user_pod_template.html

Issue 2733953008: Add fingerprint UI in user pod (Closed)
Patch Set: consolidate strings Created 3 years, 9 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: ui/login/account_picker/user_pod_template.html
diff --git a/ui/login/account_picker/user_pod_template.html b/ui/login/account_picker/user_pod_template.html
index d09d3cdfecbe8daf4e5843e95be88380e5c4dcf3..b608030cfb1b939c5ab04e3459a9dfae36a19574 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -46,6 +46,11 @@
<div class="auth-container">
<!-- Password Authentication -->
<div class="custom-icon-container" hidden></div>
+<if expr="chromeos">
+ <div class="fingerprint-icon-container" hidden>
+ <div class="fingerprint-icon-image"></div>
+ </div>
+</if>
<div class="password-entry-container">
<div class="password-container">
<input type="password" class="password"

Powered by Google App Engine
This is Rietveld 408576698