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

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

Issue 101026: Change chrome-ui to chrome. I didn't go too far in converting existing string... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
Index: chrome/browser/resources/downloads.html
===================================================================
--- chrome/browser/resources/downloads.html (revision 15342)
+++ chrome/browser/resources/downloads.html (working copy)
@@ -501,7 +501,7 @@
this.danger_.style.display = 'block';
this.safe_.style.display = 'none';
} else {
- this.nodeImg_.src = 'chrome-ui://fileicon/' + this.filePath_;
+ this.nodeImg_.src = 'chrome://fileicon/' + this.filePath_;
if (this.state_ == Download.States.COMPLETE) {
this.nodeFileLink_.innerHTML = this.fileName_;
« no previous file with comments | « chrome/browser/renderer_host/renderer_security_policy_unittest.cc ('k') | chrome/browser/resources/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698