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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This grd file contains images that are pre-scaled for device scale 2 <!-- This grd file contains images that are pre-scaled for device scale
3 factors. The image returned by |base::ResourceBundle::GetImageNamed| 3 factors. The image returned by |base::ResourceBundle::GetImageNamed|
4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The 4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The
5 |fallback_to_low_resolution| attribute controls behavior when 5 |fallback_to_low_resolution| attribute controls behavior when
6 an image file is missing for target scale factor. If true, chrome 6 an image file is missing for target scale factor. If true, chrome
7 will automatically scale the 1x image to the target scale factor. 7 will automatically scale the 1x image to the target scale factor.
8 If false, build will fail due to missing resources. This is 8 If false, build will fail due to missing resources. This is
9 currently set to true for all resources, but the default will 9 currently set to true for all resources, but the default will
10 become false in near future. 10 become false in near future.
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_AVATA R" file="legacy/avatar_menu_profile.png" /> 207 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_AVATA R" file="legacy/avatar_menu_profile.png" />
208 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_DISCO NNECT" file="legacy/avatar_menu_disconnect.png" /> 208 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_DISCO NNECT" file="legacy/avatar_menu_disconnect.png" />
209 </if> 209 </if>
210 <if expr="not is_android and not is_ios and not chromeos"> 210 <if expr="not is_android and not is_ios and not chromeos">
211 <!-- User Manager tutorial --> 211 <!-- User Manager tutorial -->
212 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_YOUR_CHROME" file="common/user_manager_tutorial/your_chrome.png" /> 212 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_YOUR_CHROME" file="common/user_manager_tutorial/your_chrome.png" />
213 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_GUESTS" file="common/user_manager_tutorial/guests.png" /> 213 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_GUESTS" file="common/user_manager_tutorial/guests.png" />
214 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_FRIENDS" file="common/user_manager_tutorial/family_and_friends.png" /> 214 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_FRIENDS" file="common/user_manager_tutorial/family_and_friends.png" />
215 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_COMPLETE" file="common/user_manager_tutorial/complete.png" /> 215 <structure type="chrome_scaled_image" name="IDR_ICON_USER_MANAGER_TUTORI AL_COMPLETE" file="common/user_manager_tutorial/complete.png" />
216 </if> 216 </if>
217 <if expr="is_win">
218 <structure type="chrome_scaled_image" name="IDR_INACTIVE_TOAST_CARET" fi le="win/inactive_toast/toast_caret.png" />
219 <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
220 <structure type="chrome_scaled_image" name="IDR_INACTIVE_TOAST_ICON" fil e="win/inactive_toast/toast_icon.png" />
221 </if>
217 <structure type="chrome_scaled_image" name="IDR_INFO" file="common/info_sm all.png" /> 222 <structure type="chrome_scaled_image" name="IDR_INFO" file="common/info_sm all.png" />
218 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" /> 223 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" />
219 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" /> 224 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" />
220 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" /> 225 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" />
221 <if expr="is_android"> 226 <if expr="is_android">
222 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" f ile="common/infobar_save_password.png" /> 227 <structure type="chrome_scaled_image" name="IDR_INFOBAR_SAVE_PASSWORD" f ile="common/infobar_save_password.png" />
223 </if> 228 </if>
224 <if expr="is_macosx or is_android"> 229 <if expr="is_macosx or is_android">
225 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file= "common/infobar_translate.png" /> 230 <structure type="chrome_scaled_image" name="IDR_INFOBAR_TRANSLATE" file= "common/infobar_translate.png" />
226 </if> 231 </if>
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 </if> 535 </if>
531 <if expr="_google_chrome"> 536 <if expr="_google_chrome">
532 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" /> 537 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" />
533 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 538 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
534 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 539 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
535 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 540 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
536 </if> 541 </if>
537 </structures> 542 </structures>
538 </release> 543 </release>
539 </grit> 544 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698