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

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

Issue 1191273002: ChromeOS: Show the new POD RE-AUTH ICON when users needs to re-auth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 5 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
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | 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 07678638f9bb554c15198c5be5133d9644be1def..34b2ee7f8f3e888337bcc73c05c12efc16491044 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -1,3 +1,5 @@
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
+
<div id="user-pod-template" class="pod" hidden>
<div class="user-image-pane">
<div class="user-image-container">
@@ -38,8 +40,9 @@
<span class="animated-ellipsis-component2">.</span>
</div>
<div class="custom-icon-container" hidden></div>
- <div class="signin-button-container">
- <button class="signin-button" i18n-content="signinButton"></button>
+ <div class="reauth-hint-container">
+ <iron-icon icon="warning" class="reauth-warning"></iron-icon>
+ <span class="reauth-name-hint"></span>
</div>
<div class="launch-app-button-container" hidden>
<button class="launch-app-button" i18n-content="launchAppButton">
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698