| 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>
|
|
|