| Index: chrome/browser/resources/options/manage_profile_overlay.js
|
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
|
| index 1e040235238ad46ceaa7ae016f0a24c5316437fd..95cf376f431d7a97d6eec221d0cbeb899bbeba7b 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.js
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.js
|
| @@ -486,7 +486,7 @@ cr.define('options', function() {
|
| $('manage-profile-overlay-manage').hidden = true;
|
| $('manage-profile-overlay-delete').hidden = false;
|
| $('delete-profile-icon').style.content =
|
| - imageset(profileInfo.iconURL + '@scalefactorx');
|
| + getProfileAvatarIcon(profileInfo.iconURL);
|
| $('delete-profile-text').textContent =
|
| loadTimeData.getStringF('deleteProfileMessage',
|
| elide(profileInfo.name, /* maxLength */ 50));
|
|
|