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

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

Issue 152143009: Clarify settings UI in multi-profiles mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 <if expr="is_win"> 145 <if expr="is_win">
146 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_WIN " file="content_top_center.png" /> 146 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_WIN " file="content_top_center.png" />
147 </if> 147 </if>
148 </if> 148 </if>
149 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER" f ile="content_top_left_corner.png" /> 149 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER" f ile="content_top_left_corner.png" />
150 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" /> 150 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_LEFT_CORNER_MA SK" file="content_top_left_corner_mask.png" />
151 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" /> 151 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corner.png" />
152 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" /> 152 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_RIGHT_CORNER_M ASK" file="content_top_right_corner_mask.png" />
153 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="common/controlled_setting_extension.png" /> 153 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_EXTENSI ON" file="common/controlled_setting_extension.png" />
154 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="common/controlled_setting_mandatory.png" /> 154 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_MANDATO RY" file="common/controlled_setting_mandatory.png" />
155 <if expr="pp_ifdef('chromeos')">
156 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_OWNER " file="common/controlled_setting_owner.png" />
oshima 2014/02/07 00:55:12 if this is for chromeos only, the png file should
michaelpg 2014/02/07 02:04:27 Done (actually this one should be common, but cont
157 <structure type="chrome_scaled_image" name="IDR_CONTROLLED_SETTING_SHARE D" file="common/controlled_setting_shared.png" />
158 </if>
155 <structure type="chrome_scaled_image" name="IDR_COOKIE_ICON" file="cookie. png" /> 159 <structure type="chrome_scaled_image" name="IDR_COOKIE_ICON" file="cookie. png" />
156 <structure type="chrome_scaled_image" name="IDR_COOKIE_STORAGE_ICON" file= "cookie_storage.png" /> 160 <structure type="chrome_scaled_image" name="IDR_COOKIE_STORAGE_ICON" file= "cookie_storage.png" />
157 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT" file ="common/credit_card_cvc_hint.png" /> 161 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT" file ="common/credit_card_cvc_hint.png" />
158 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT_AMEX" file="common/credit_card_cvc_hint_amex.png" /> 162 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT_AMEX" file="common/credit_card_cvc_hint_amex.png" />
159 <if expr="pp_ifdef('chromeos')"> 163 <if expr="pp_ifdef('chromeos')">
160 <structure type="chrome_scaled_image" name="IDR_CROS_DEFAULT_THROBBER" f ile="cros/default_throbber.png" /> 164 <structure type="chrome_scaled_image" name="IDR_CROS_DEFAULT_THROBBER" f ile="cros/default_throbber.png" />
161 </if> 165 </if>
162 <structure type="chrome_scaled_image" name="IDR_DOCK_HIGH" file="dock_tab_ high.png" /> 166 <structure type="chrome_scaled_image" name="IDR_DOCK_HIGH" file="dock_tab_ high.png" />
163 <structure type="chrome_scaled_image" name="IDR_DOCK_MAX" file="dock_tab_m ax.png" /> 167 <structure type="chrome_scaled_image" name="IDR_DOCK_MAX" file="dock_tab_m ax.png" />
164 <structure type="chrome_scaled_image" name="IDR_DOCK_WIDE" file="dock_tab_ wide.png" /> 168 <structure type="chrome_scaled_image" name="IDR_DOCK_WIDE" file="dock_tab_ wide.png" />
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" /> 827 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" />
824 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" /> 828 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" />
825 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com mon/browser_reload_dimmed.png" /> 829 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com mon/browser_reload_dimmed.png" />
826 </if> 830 </if>
827 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "restore_button_mask.png" /> 831 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "restore_button_mask.png" />
828 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/ favicon_sad_tab.png" /> 832 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/ favicon_sad_tab.png" />
829 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png" /> 833 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png" />
830 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file ="safebrowsing_warning.png" /> 834 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file ="safebrowsing_warning.png" />
831 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO N_GRIP" file="screen_capture_notification_grip.png" /> 835 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO N_GRIP" file="screen_capture_notification_grip.png" />
832 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" /> 836 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" />
837 <if expr="pp_ifdef('chromeos')">
838 <structure type="chrome_scaled_image" name="IDR_SECONDARY_USER_SETTINGS" file="common/secondary_user_settings.png" />
oshima 2014/02/07 00:55:12 ditto
michaelpg 2014/02/07 02:04:27 Done.
839 </if>
833 <if expr="pp_ifdef('enable_settings_app')"> 840 <if expr="pp_ifdef('enable_settings_app')">
834 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" /> 841 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" />
835 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" /> 842 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" />
836 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" /> 843 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" />
837 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" /> 844 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" />
838 </if> 845 </if>
839 <if expr="pp_ifdef('toolkit_views')"> 846 <if expr="pp_ifdef('toolkit_views')">
840 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_LEFT" file="common/chip_brokenssl_bottom_left.png" /> 847 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_LEFT" file="common/chip_brokenssl_bottom_left.png" />
841 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM" file="common/chip_brokenssl_bottom.png" /> 848 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM" file="common/chip_brokenssl_bottom.png" />
842 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_RIGHT" file="common/chip_brokenssl_bottom_right.png" /> 849 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_BROKENSSL_BOTT OM_RIGHT" file="common/chip_brokenssl_bottom_right.png" />
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1141 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1135 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1142 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1136 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1143 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1137 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1144 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1138 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1145 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1139 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1146 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1140 1147
1141 </structures> 1148 </structures>
1142 </release> 1149 </release>
1143 </grit> 1150 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698