Chromium Code Reviews| Index: chrome/app/theme/theme_resources.grd |
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd |
| index cb4a46e1a3f34c129f91630cd3ffecd7531232b4..2f75b4a929de64b32a35f5a8f5be32bbb3b647c4 100644 |
| --- a/chrome/app/theme/theme_resources.grd |
| +++ b/chrome/app/theme/theme_resources.grd |
| @@ -344,13 +344,11 @@ |
| <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/browser_home_hover.png" /> |
| <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/browser_home_pressed.png" /> |
| </if> |
| - <if expr="pp_ifdef('chromeos')"> |
| - <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="icon_add_user24.png" /> |
| - <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" file="icon_add_user_white.png" /> |
| - <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file="icon_guest_white.png" /> |
| - <structure type="chrome_scaled_image" name="IDR_ICON_POWER24" file="icon_power24.png" /> |
| - <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file="icon_power_white.png" /> |
| - </if> |
| + <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="icon_add_user24.png" /> |
| + <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" file="icon_add_user_white.png" /> |
| + <structure type="chrome_scaled_image" name="IDR_ICON_GUEST_WHITE" file="icon_guest_white.png" /> |
| + <structure type="chrome_scaled_image" name="IDR_ICON_POWER24" file="icon_power24.png" /> |
| + <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file="icon_power_white.png" /> |
|
sail
2013/07/02 21:46:40
Did you intend to remove this from the ifdef?
noms
2013/07/03 17:11:34
I intended to remove some of them (to reuse them o
|
| <if expr="is_win"> |
| <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" file="incognito_switch_off.png" /> |
| <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_ON" file="incognito_switch_on.png" /> |