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

Side by Side Diff: chrome/app/theme/theme_resources.grd

Issue 297193003: New avatar menu: Add icon for supervised users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New resources Created 6 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 | Annotate | Revision Log
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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 <if expr="toolkit_views or is_macosx or is_ios"> 335 <if expr="toolkit_views or is_macosx or is_ios">
336 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro wser_home_hover.png" /> 336 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro wser_home_hover.png" />
337 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro wser_home_pressed.png" /> 337 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro wser_home_pressed.png" />
338 </if> 338 </if>
339 <if expr="not is_android and not is_ios"> 339 <if expr="not is_android and not is_ios">
340 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER" file="common/icon_add_user.png" /> 340 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ADD_USER" file="common/icon_add_user.png" />
341 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST" file="common/icon_browse_as_guest.png" /> 341 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUE ST" file="common/icon_browse_as_guest.png" />
342 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LOCKED" fi le="common/icon_locked.png" /> 342 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LOCKED" fi le="common/icon_locked.png" />
343 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_LOCK" file="common/avatar_menu_lock.png" /> 343 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_LOCK" file="common/avatar_menu_lock.png" />
344 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_AVATA R" file="common/avatar_menu_profile.png" /> 344 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_AVATA R" file="common/avatar_menu_profile.png" />
345 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_SUPER VISED" file="common/avatar_menu_supervised.png" />
345 <structure type="chrome_scaled_image" 346 <structure type="chrome_scaled_image"
346 name="IDR_ICON_PROFILES_EDIT_HOVER" file="common/edit_button_hover.png" /> 347 name="IDR_ICON_PROFILES_EDIT_HOVER" file="common/edit_button_hover.png" />
347 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESS ED" file="common/edit_button_pressed.png" /> 348 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESS ED" file="common/edit_button_pressed.png" />
348 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_CARET " file="common/carrot_blue.png" /> 349 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_CARET " file="common/carrot_blue.png" />
349 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_PHO TO_FRAME" file="common/avatar_photo_frame.png" /> 350 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_PHO TO_FRAME" file="common/avatar_photo_frame.png" />
350 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_CAMER A" file="common/edit_camera.png" /> 351 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_CAMER A" file="common/edit_camera.png" />
351 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_QUEST ION_STABLE" file="common/profile_menu_question_stable.png" /> 352 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_QUEST ION_STABLE" file="common/profile_menu_question_stable.png" />
352 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_QUEST ION_HOVER" file="common/profile_menu_question_hover.png" /> 353 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_QUEST ION_HOVER" file="common/profile_menu_question_hover.png" />
353 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_QUEST ION_SELECT" file="common/profile_menu_question_select.png" /> 354 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_QUEST ION_SELECT" file="common/profile_menu_question_select.png" />
354 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_BUT TON_ERROR" file="common/avatar_button_auth_error.png" /> 355 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_BUT TON_ERROR" file="common/avatar_button_auth_error.png" />
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1246 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1246 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1247 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1247 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1248 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1248 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1249 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1249 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1250 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1250 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1251 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1251 1252
1252 </structures> 1253 </structures>
1253 </release> 1254 </release>
1254 </grit> 1255 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698