Index: chrome/browser/resources/options/browser_options_profile_list.js |
diff --git a/chrome/browser/resources/options/browser_options_profile_list.js b/chrome/browser/resources/options/browser_options_profile_list.js |
index 81a4181ab97c30ff4d5adccc9c318ef24a2750a4..96adf2fec7bfb27a87dde2c92f426e7a1a3b07cd 100644 |
--- a/chrome/browser/resources/options/browser_options_profile_list.js |
+++ b/chrome/browser/resources/options/browser_options_profile_list.js |
@@ -51,6 +51,7 @@ cr.define('options.browser_options', function() { |
var iconEl = this.ownerDocument.createElement('img'); |
iconEl.className = 'profile-img'; |
iconEl.style.content = getProfileAvatarIcon(profileInfo.iconURL); |
+ iconEl.alt = ''; |
noms (inactive)
2015/04/07 13:55:20
nit: same comment about this holds. why aren't we
Mike Lerman
2015/04/07 15:48:21
Because this appears right next to the string whic
noms (inactive)
2015/04/07 19:46:25
Ok. Especially since dbeam@ already LGTM'ed this
|
containerEl.appendChild(iconEl); |
var nameEl = this.ownerDocument.createElement('div'); |