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

Unified Diff: chrome/browser/resources/new_tab.html

Issue 7610008: Sync Promo: Show profile avatar next to user name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build issues Created 9 years, 4 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/new_tab_sync_promo.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab.html
diff --git a/chrome/browser/resources/new_tab.html b/chrome/browser/resources/new_tab.html
index a9b98371c27b57825fdd463abdd4ef16ccdff305..895da56441b2d6fc9cbe4e4b52c92a9f1c52ed9a 100644
--- a/chrome/browser/resources/new_tab.html
+++ b/chrome/browser/resources/new_tab.html
@@ -130,9 +130,10 @@ if ('mode' in hashParams) {
<div id="sync-promo" class="collapsed" hidden>
<div id="sync-promo-login-status">
- <span id="sync-promo-user-name"></span>
- <span id="sync-promo-not-connected"
- i18n-content="statusNotConnected" hidden></span>
+ <div id="sync-promo-login-status-cell">
+ <span id="sync-promo-login-status-msg"></span>
+ <img id="login-status-avatar-icon" hidden>
+ </div>
</div>
<div id="sync-promo-contents">
<include src="sync_setup_overlay.html">
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/new_tab_sync_promo.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698