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

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: Created 5 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 07678638f9bb554c15198c5be5133d9644be1def..b1943aa688cd3ab4f7c0251ea22ef837e8b4c181 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/core-icons/core-icons.html">
+
<div id="user-pod-template" class="pod" hidden>
<div class="user-image-pane">
<div class="user-image-container">
@@ -12,7 +14,10 @@
</div>
<div class="main-pane">
<div class="name-container">
- <div class="name"></div>
+ <div class="name-box">
+ <core-icon icon="warning" class="reauth-warning"></core-icon>
dzhioev (left Google) 2015/06/23 00:02:09 Note: if https://codereview.chromium.org/117932300
+ <span class="name"></span>
+ </div>
<div class="learn-more-container">
<div class="learn-more"></div>
</div>
« ui/login/account_picker/user_pod_row.js ('K') | « 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