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

Unified Diff: chrome/browser/resources/history2.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/history.html ('k') | chrome/browser/resources/incognito_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history2.html
===================================================================
--- chrome/browser/resources/history2.html (revision 52142)
+++ chrome/browser/resources/history2.html (working copy)
@@ -1136,7 +1136,7 @@
margin-top:18px;
}
.title > .starred {
- background:url('../../app/theme/star_small.png');
+ background:url('shared/images/star_small.png');
background-repeat:no-repeat;
display:inline-block;
margin-left:12px;
@@ -1173,7 +1173,7 @@
<body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div class="header">
<a href="" onclick="setSearch(''); return false;">
- <img src="../../app/theme/history_section.png"
+ <img src="shared/images/history_section.png"
width="67" height="67" class="logo" border="0"></a>
Debug: this is History 2
<form method="post" action=""
« no previous file with comments | « chrome/browser/resources/history.html ('k') | chrome/browser/resources/incognito_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698