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

Unified Diff: chrome/browser/resources/user_chooser/desktop_user_pod_template.html

Issue 16104008: First try at a user management screen for the desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix linux CrOS browser test Created 7 years, 5 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: chrome/browser/resources/user_chooser/desktop_user_pod_template.html
diff --git a/chrome/browser/resources/user_chooser/desktop_user_pod_template.html b/chrome/browser/resources/user_chooser/desktop_user_pod_template.html
new file mode 100644
index 0000000000000000000000000000000000000000..73a13cd5dcda2326ba4ee7ae92090307f7a8e83f
--- /dev/null
+++ b/chrome/browser/resources/user_chooser/desktop_user_pod_template.html
@@ -0,0 +1,25 @@
+<div id="user-pod-template" class="pod need-password" hidden>
+ <div class="main-pane">
+ <div class="signed-in-indicator" i18n-content="signedIn" hidden></div>
+ <img class="user-image" alt="">
+ <div class="name"></div>
+ <input type="password" class="password"
+ i18n-values="placeholder:passwordHint">
+ <button class="signin-button" i18n-content="signinButton"></button>
+ </div>
+ <div class="action-box-area">
+ <div class="custom-appearance action-box-button"></div>
+ </div>
+ <div class="user-type-icon-area" hidden>
+ <div class="custom-appearance user-type-icon-image"></div>
+ </div>
+ <div class="action-box-menu">
+ <div class="action-box-menu-title">
+ <span class="action-box-menu-title-name"></span>
+ <span class="action-box-menu-title-email"></span>
+ </div>
+ <div class="action-box-menu-remove">
+ <span class="action-box-menu-remove-command"/>
+ </div>
+ </div>
+</div>
« no previous file with comments | « chrome/browser/resources/user_chooser/control_bar.js ('k') | chrome/browser/resources/user_chooser/user_chooser.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698