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