Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2849)

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.js

Issue 8715009: Add profile avatar to profile delete dialog. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed an extra ; from the css file. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698