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

Unified Diff: chrome/browser/resources/login/user_pod_row.js

Issue 212603011: Newly created profiles should have the grey silhouette as avatar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove duplicate references to resource for grey avatar. Created 6 years, 9 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/login/user_pod_row.js
diff --git a/chrome/browser/resources/login/user_pod_row.js b/chrome/browser/resources/login/user_pod_row.js
index fa4db8f1fda46685e6ab48cd49772a405799b1c6..575896acf30de5b75c3d17eed79adaae4c4de6a9 100644
--- a/chrome/browser/resources/login/user_pod_row.js
+++ b/chrome/browser/resources/login/user_pod_row.js
@@ -1138,7 +1138,7 @@ cr.define('login', function() {
// TODO(noms): Use the actual profile avatar for local profiles once the
// new, non-pixellated avatars are available.
this.imageElement.src = this.user.emailAddress == '' ?
- 'chrome://theme/IDR_USER_MANAGER_DEFAULT_AVATAR' :
+ 'chrome://theme/IDR_PROFILE_AVATAR_26' :
this.user.userImage;
this.nameElement.textContent = this.user.displayName;

Powered by Google App Engine
This is Rietveld 408576698