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

Unified Diff: chrome/browser/resources/help/help.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/help/help.html
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
index 520589c3c74973553f9927bd1aacec04477cf8ea..762f59ac056dadc8734374e0e1a6bf57ffd9bffd 100644
--- a/chrome/browser/resources/help/help.html
+++ b/chrome/browser/resources/help/help.html
@@ -18,8 +18,7 @@
<h1 i18n-content="aboutTitle"></h1>
</header>
<div id="about-container">
- <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed -->
- <img id="help-product-logo">
+ <img src="chrome://theme/IDR_PRODUCT_LOGO_32">
<div id="product-description">
<h2 i18n-content="aboutProductTitle"></h2>
<span i18n-content="aboutProductDescription"></span>

Powered by Google App Engine
This is Rietveld 408576698