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

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 some css and html that shouldn't have still been there after changes. 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
« no previous file with comments | « chrome/browser/resources/options/manage_profile_overlay.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/resources/options/manage_profile_overlay.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698