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

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

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 months 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/phishing_icon.png ('k') | chrome/browser/resources/plus.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugins.html
===================================================================
--- chrome/browser/resources/plugins.html (revision 52142)
+++ chrome/browser/resources/plugins.html (working copy)
@@ -481,9 +481,9 @@
<td width="18">
<img id="collapse" class="tmi-mode-image"
style="display:none" onclick="toggleTmiMode();"
- src="minus.png">
+ src="shared/images/minus.png">
<img id="expand" class="tmi-mode-image"
- onclick="toggleTmiMode();" src="plus.png">
+ onclick="toggleTmiMode();" src="shared/images/plus.png">
</td>
<td>
<div class="tmi-mode-link">
« no previous file with comments | « chrome/browser/resources/phishing_icon.png ('k') | chrome/browser/resources/plus.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698