| 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;
|
|
|
|
|