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

Unified Diff: chrome/browser/resources/extensions_ui.html

Issue 360039: Fix bug where we were not displaying icons in the management (Closed)
Patch Set: update test data Created 11 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/extensions_ui.html
diff --git a/chrome/browser/resources/extensions_ui.html b/chrome/browser/resources/extensions_ui.html
index 4400282450ef14f4a11494a332907607b26721a4..2db41f1d2c435f73500f8f95588cd9c09b1c227c 100644
--- a/chrome/browser/resources/extensions_ui.html
+++ b/chrome/browser/resources/extensions_ui.html
@@ -643,14 +643,9 @@ function autoUpdate() {
<td width="62" height="50" align="center" valign="top">
<span jsdisplay="icon"
><img
- jsvalues=".src:'chrome-extension://' + id + '/' + icon"
+ jsvalues=".src:icon"
width="48" height="48" />
- </span>
- <span jsdisplay="icon == ''"
- ><img
- width="48" height="48"
- src="../../app/theme/infobar_plugin.png" /></span>
- </td>
+ </td>
<td valign="top">
<div>
<span class="extension-name"

Powered by Google App Engine
This is Rietveld 408576698