| 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 18b8a0074254b5b96f98004d1a580cdef999920d..fe3243a2ccdda3fdd5af9f2cc9b19bb5ff896a91 100644
|
| --- a/chrome/app/theme/theme_resources_standard.grd
|
| +++ b/chrome/app/theme/theme_resources_standard.grd
|
| @@ -278,10 +278,16 @@
|
| <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" />
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="google_chrome/product_logo_16.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="google_chrome/product_logo_26.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="google_chrome/product_logo_32.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" />
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="chromium/product_logo_16.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="chromium/product_logo_26.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="chromium/product_logo_32.png" />
|
| </if>
|
| <if expr="not is_macosx">
|
| <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file="profile_avatar_generic.png" />
|
|
|