| Index: chrome/browser/resources/options/browser_options_profile_list.js
|
| diff --git a/chrome/browser/resources/options/browser_options_profile_list.js b/chrome/browser/resources/options/browser_options_profile_list.js
|
| index b4d6faf8efc36c605914109ac6ea845921d277ad..bd232745381030407fa181817693456da396233d 100644
|
| --- a/chrome/browser/resources/options/browser_options_profile_list.js
|
| +++ b/chrome/browser/resources/options/browser_options_profile_list.js
|
| @@ -50,8 +50,7 @@ cr.define('options.browser_options', function() {
|
|
|
| var iconEl = this.ownerDocument.createElement('img');
|
| iconEl.className = 'profile-img';
|
| - iconEl.style.content = cr.icon.getProfileAvatarIcon(
|
| - profileInfo.iconURL);
|
| + iconEl.style.content = cr.icon.getImage(profileInfo.iconURL);
|
| iconEl.alt = '';
|
| containerEl.appendChild(iconEl);
|
|
|
|
|