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

Unified Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 10830051: Restore <img> src values now that grit converts these. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ensure ThemeSource is loaded. Created 8 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
Index: chrome/browser/resources/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index 69f6b348d8fd9ffe2a981886995ced89fc231522..3b31e192900496d0a84c0613be99dc06bd07bd7f 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -102,8 +102,7 @@
<div id="footer">
<div id="footer-border"></div>
<div id="footer-content">
- <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed -->
- <img id="logo-img">
+ <img id="logo-img" src="chrome://theme/IDR_PRODUCT_LOGO">
<ul id="dot-list">
</ul>

Powered by Google App Engine
This is Rietveld 408576698