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

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

Issue 446743003: Hook up new API for easy unlock to update lock screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: v Created 6 years, 4 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 b61f42aaa2c2869aa57d52d9f59ca0c87466d2ce..62d31f9bced76b6614768ad02b4d1320544b458e 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -28,7 +28,9 @@
</div>
<!-- User Click Authentication -->
<div class="password-label"></div>
- <div class="custom-icon" hidden></div>
+ <div class="custom-icon-container" hidden>
+ <div class="custom-icon"></div>
xiyuan 2014/08/12 18:09:47 nit: since we replaceChild, we only needs "custom-
tbarzic 2014/08/12 19:14:36 Done.
+ </div>
<div class="signin-button-container">
<button class="signin-button" i18n-content="signinButton"></button>
</div>

Powered by Google App Engine
This is Rietveld 408576698