Chromium Code Reviews| Index: ui/resources/ui_resources.grd |
| diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd |
| index 2e38784f7938236b0f21f0ca649ddb0b6ab5bf6f..272ee5cf3535c6898c5d62a19814c2ead22f7871 100644 |
| --- a/ui/resources/ui_resources.grd |
| +++ b/ui/resources/ui_resources.grd |
| @@ -450,8 +450,14 @@ |
| <structure type="chrome_scaled_image" name="IDR_TEXTBUTTON_PRESSED_TOP_RIGHT" file="common/textbutton_pressed_top_right.png" /> |
| <structure type="chrome_scaled_image" name="IDR_THROBBER" file="throbber.png" /> |
| <if expr="is_macosx"> |
| - <structure type="chrome_scaled_image" name="IDR_TRAY_ICON_PRESSED" file="mac/tray_icon_pressed.png"/> |
| - <structure type="chrome_scaled_image" name="IDR_TRAY_ICON_REGULAR" file="mac/tray_icon_regular.png"/> |
| + <structure type="chrome_scaled_image" name="IDR_TRAY_EMPTY" file="mac/notification_tray_empty.png"/> |
| + <structure type="chrome_scaled_image" name="IDR_TRAY_EMPTY_PRESSED" file="mac/notification_tray_empty_pressed.png"/> |
| + <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_EMPTY" file="mac/notification_tray_do_not_disturb_empty.png"/> |
| + <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_EMPTY_PRESSED" file="mac/notification_tray_do_not_disturb_empty_pressed.png"/> |
| + <structure type="chrome_scaled_image" name="IDR_TRAY_ATTENTION_PRESSED" file="mac/notification_tray_attention_pressed.png"/> |
| + <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_ATTENTION_PRESSED" file="mac/notification_tray_do_not_disturb_attention_pressed.png"/> |
| + <structure type="chrome_scaled_image" name="IDR_TRAY_ATTENTION" file="mac/notification_tray_attention.png"/> |
| + <structure type="chrome_scaled_image" name="IDR_TRAY_DO_NOT_DISTURB_ATTENTION" file="mac/notification_tray_do_not_disturb_attention.png"/> |
|
Nico
2013/07/31 02:40:56
Order these 8 lines alphabetically (DND_ATT should
dewittj
2013/07/31 21:58:41
Done.
|
| </if> |
| <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_CENTER" file="common/window_bottom_center.png" /> |
| <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_LEFT_CORNER" file="common/window_bottom_left_corner.png" /> |