Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: chrome/app/theme/theme_resources.grd

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: cleanup Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" />

Powered by Google App Engine
This is Rietveld 408576698