| Index: chrome/browser/resources/options/managed_user_list.js
|
| diff --git a/chrome/browser/resources/options/managed_user_list.js b/chrome/browser/resources/options/managed_user_list.js
|
| index 4af84c64c14a89d9d0f8e41c5b07f40cadce22dc..2d4ec61d2e95bbc852d0a915bc899723a4861dbc 100644
|
| --- a/chrome/browser/resources/options/managed_user_list.js
|
| +++ b/chrome/browser/resources/options/managed_user_list.js
|
| @@ -62,8 +62,7 @@ cr.define('options.managedUserOptions', function() {
|
| // Add the avatar.
|
| var iconElement = this.ownerDocument.createElement('img');
|
| iconElement.className = 'profile-img';
|
| - iconElement.style.content =
|
| - imageset(managedUser.iconURL + '@scalefactorx');
|
| + iconElement.style.content = getProfileAvatarIcon(managedUser.iconURL);
|
| this.appendChild(iconElement);
|
|
|
| // Add the profile name.
|
|
|