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

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

Issue 10695052: HiDPI chromium logo for NTP, about:version, about:neterror (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 135179 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/ntp4/new_tab.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index 3654f29f620c8fc82315b32c84d3229f11fd9de1..c717ef534c167cc1ce0c496ff273fbf49825eec4 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -40,6 +40,10 @@ about:version template page
width: 180px;
margin-left: 40px;
}
+ #logo-img {
+ /* TODO: Remove once http://crbug.com/135179 is fixed */
+ content: url('chrome://theme/IDR_PRODUCT_LOGO');
+ }
#company {
text-align: right;
font-size: 0.7em;
@@ -66,7 +70,8 @@ about:version template page
<body>
<div id="outer">
<div id="logo">
- <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" />
+ <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed -->
+ <img id="logo-img">
<div id="company" i18n-content="company"></div>
<div id="copyright" i18n-content="copyright"></div>
</div>
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/ntp4/new_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698