| Index: chrome/app/theme/theme_resources.grd
|
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
|
| index 6cd7883e4442ef69cf50b8c38ebf4fb4dc6a080a..7dcd318dc64c0c8ee53e80c92b1b7887925b0983 100644
|
| --- a/chrome/app/theme/theme_resources.grd
|
| +++ b/chrome/app/theme/theme_resources.grd
|
| @@ -502,10 +502,10 @@
|
| <if expr="pp_ifdef('chromeos')">
|
| <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_PERIPHERAL_BATTERY_LOW" file="cros/notification_peripheral_battery_low.png" />
|
| </if>
|
| - <if expr="is_win">
|
| - <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_EMPTY" file="win/notification_tray_empty.png" />
|
| - <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_ATTENTION" file="win/notification_tray_attention.png" />
|
| - <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_NUMBERS" file="win/notification_tray_numbers.png" />
|
| + <if expr="is_win or is_linux">
|
| + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_EMPTY" file="notification_tray_empty.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_ATTENTION" file="notification_tray_attention.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_NUMBERS" file="notification_tray_numbers.png" />
|
| </if>
|
| <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_BOTTOM" file="common/omnibox_border_bottom.png" />
|
| <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_BOTTOM_LEFT" file="common/omnibox_border_bottom_left.png" />
|
|
|