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

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: Created 4 years, 7 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 008b28c80dfe5c98812876ae121e254da1e414a3..d140b0d824d8efa10ed77d7894ca1b02d2112c96 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -12,6 +12,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