| 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 5a931a9e6007d0df769557b5b8bbd9b0f46dc23d..9a8f7ef158292a40316b8a93a09c15fa688a1b9f 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.js
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.js
|
| @@ -205,6 +205,8 @@ cr.define('options', function() {
|
| $('manage-profile-overlay-delete').hidden = false;
|
| $('delete-profile-message').textContent =
|
| localStrings.getStringF('deleteProfileMessage', profileInfo.name);
|
| + $('delete-profile-message').style.backgroundImage = 'url("' +
|
| + profileInfo.iconURL + '")';
|
|
|
| // Intentionally don't show the URL in the location bar as we don't want
|
| // people trying to navigate here by hand.
|
|
|