| Index: chrome/app/theme/theme_resources_standard.grd
|
| diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd
|
| index 30b88cc452932843051c671e31355d509ed356a7..18b8a0074254b5b96f98004d1a580cdef999920d 100644
|
| --- a/chrome/app/theme/theme_resources_standard.grd
|
| +++ b/chrome/app/theme/theme_resources_standard.grd
|
| @@ -275,6 +275,14 @@
|
| <structure type="chrome_scaled_image" name="IDR_OTR_ICON_FULLSCREEN" file="otr_icon_fullscreen.png" />
|
| </if>
|
| <structure type="chrome_scaled_image" name="IDR_PLUGIN" file="plugin.png" />
|
| + <if expr="pp_ifdef('_google_chrome')">
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="google_chrome/product_logo.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file="google_chrome/product_logo_white.png" />
|
| + </if>
|
| + <if expr="not pp_ifdef('_google_chrome')">
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chromium/product_logo.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file="chromium/product_logo_white.png" />
|
| + </if>
|
| <if expr="not is_macosx">
|
| <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file="profile_avatar_generic.png" />
|
| <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file="profile_avatar_generic_aqua.png" />
|
|
|