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

Unified Diff: components/version_ui/resources/about_version.html

Issue 2726793004: [Resources] Use the new product logo in several places
Patch Set: Remove top margin on newtab logo Created 3 years, 9 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: components/version_ui/resources/about_version.html
diff --git a/components/version_ui/resources/about_version.html b/components/version_ui/resources/about_version.html
index aee4c518f78edbca55da2fab6f3671352c3c6765..974ee3a142bf796099b4b7949f63fd730b0c2701 100644
--- a/components/version_ui/resources/about_version.html
+++ b/components/version_ui/resources/about_version.html
@@ -35,10 +35,10 @@ about:version template page
<div id="logo">
<if expr="not is_android and not is_ios">
<!-- Version for themes. -->
- <img src="chrome://theme/IDR_PRODUCT_LOGO">
+ <img src="chrome://theme/IDR_PRODUCT_LOGO_NAME_22">
</if>
<if expr="is_ios or is_android">
- <img src="../../../components/resources/default_100_percent/%DISTRIBUTION%/product_logo.png">
+ <img src="../../../components/resources/default_100_percent/%DISTRIBUTION%/product_logo_name_22.png">
</if>
<div id="company" i18n-content="company"></div>
<div id="copyright" i18n-content="copyright"></div>

Powered by Google App Engine
This is Rietveld 408576698