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

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

Issue 2027683003: Pin keyboard moved to under the user profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Made transition smoother. Created 4 years, 6 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 6a5c0105caa37b7529a98db956f4204e69f743f1..94d315cac3027a75dc1bc2d35750a412f97c5999 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -10,6 +10,9 @@
<div class="indicator locked-indicator"></div>
</div>
</div>
+ <div id="pin-container">
+ <pin-keyboard id="pin-keyboard"></pin-keyboard>
+ </div>
<div class="main-pane">
<div class="name-container">
<div class="name"></div>

Powered by Google App Engine
This is Rietveld 408576698