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 73174ca45a16b87ca1e676a3fff152c8d15b6489..04ce16fa5d6004964972a0a7793631378cc2b26b 100644 |
| --- a/chrome/app/theme/theme_resources.grd |
| +++ b/chrome/app/theme/theme_resources.grd |
| @@ -214,6 +214,11 @@ |
| <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORIAL_FRIENDS" file="common/user_manager_tutorial/family_and_friends.png" /> |
| <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORIAL_COMPLETE" file="common/user_manager_tutorial/complete.png" /> |
| </if> |
| + <if expr="is_win"> |
| + <structure type="chrome_scaled_image" name="IDR_INACTIVE_TOAST_CARET" file="win/inactive_toast/toast_caret.png" /> |
| + <structure type="chrome_scaled_image" name="IDR_INACTIVE_TOAST_CLOSE_X" file="win/inactive_toast/toast_close.png" /> |
|
sky
2017/06/23 17:45:52
It isn't particularly clear what "CLOSE_X" means.
skare_
2017/06/24 01:08:59
done - CLOSE_ICON
|
| + <structure type="chrome_scaled_image" name="IDR_INACTIVE_TOAST_ICON" file="win/inactive_toast/toast_icon.png" /> |
| + </if> |
| <structure type="chrome_scaled_image" name="IDR_INFO" file="common/info_small.png" /> |
| <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file="common/infobar_3d_blocked.png" /> |
| <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMERA" file="common/infobar_media_stream_camera.png" /> |