| Index: chrome/app/theme/chrome_unscaled_resources.grd
|
| diff --git a/chrome/app/theme/chrome_unscaled_resources.grd b/chrome/app/theme/chrome_unscaled_resources.grd
|
| index 50b3b6833e958bfbc2a9fc30b19f1a61508a4be8..dc26321b5626bc04927de68fded9987d7f2763cb 100644
|
| --- a/chrome/app/theme/chrome_unscaled_resources.grd
|
| +++ b/chrome/app/theme/chrome_unscaled_resources.grd
|
| @@ -23,7 +23,7 @@
|
| <if expr="is_macosx">
|
| <include name="IDR_STATUS_TRAY_ICON" file="google_chrome/product_logo_22_mono.png" type="BINDATA" />
|
| </if>
|
| - <if expr="not is_macosx">
|
| + <if expr="not is_macosx and not is_win">
|
| <include name="IDR_STATUS_TRAY_ICON" file="google_chrome/product_logo_22.png" type="BINDATA" />
|
| </if>
|
| </if>
|
| @@ -36,7 +36,7 @@
|
| <if expr="is_macosx">
|
| <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22_mono.png" type="BINDATA" />
|
| </if>
|
| - <if expr="not is_macosx">
|
| + <if expr="not is_macosx and not is_win">
|
| <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.png" type="BINDATA" />
|
| </if>
|
| </if>
|
|
|