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

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

Issue 2733953008: Add fingerprint UI in user pod (Closed)
Patch Set: Incorporate comments 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
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | ui/webui/resources/images/fingerprint_default.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..25948b423906d6f15fb6216b8fe168745dd62b47 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -46,6 +46,12 @@
<div class="auth-container">
<!-- Password Authentication -->
<div class="custom-icon-container" hidden></div>
+<if expr="chromeos">
+ <div class="fingerprint-icon-container" hidden
+ i18n-values="aria-label:fingerprintIconMessage">
+ <div class="custom-icon fingerprint-icon-image"></div>
+ </div>
+</if>
<div class="password-entry-container">
<div class="password-container">
<input type="password" class="password"
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | ui/webui/resources/images/fingerprint_default.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698