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

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

Issue 468873002: Show a desktop notification when the enrollment is completed or failed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" common/browser_action_pressed.png" /> 142 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" common/browser_action_pressed.png" />
143 </if> 143 </if>
144 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW" file="common/browser_actions_overflow_normal.png" /> 144 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW" file="common/browser_actions_overflow_normal.png" />
145 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_H " file="common/browser_actions_overflow_hover.png" /> 145 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_H " file="common/browser_actions_overflow_hover.png" />
146 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_P " file="common/browser_actions_overflow_pressed.png" /> 146 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_P " file="common/browser_actions_overflow_pressed.png" />
147 <structure type="chrome_scaled_image" name="IDR_CHEVRON_LEFT" file="common /chevron_left.png" /> 147 <structure type="chrome_scaled_image" name="IDR_CHEVRON_LEFT" file="common /chevron_left.png" />
148 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c ommon/close_button_mask.png" /> 148 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c ommon/close_button_mask.png" />
149 <if expr="is_win"> 149 <if expr="is_win">
150 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file=" common/favicon_conflicts.png" /> 150 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file=" common/favicon_conflicts.png" />
151 </if> 151 </if>
152 <if expr="chromeos">
153 <structure type="chrome_scaled_image" name="IDR_CONSUMER_MANAGEMENT_NOTI FICATION_ICON" file="cros/consumer_management_notification_icon.png" />
154 </if>
152 <!-- Ash doesn't draw rounded content area, so needs a special top 155 <!-- Ash doesn't draw rounded content area, so needs a special top
153 image. --> 156 image. -->
154 <if expr="not use_ash"> 157 <if expr="not use_ash">
155 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/content_top_center.png" /> 158 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/content_top_center.png" />
156 </if> 159 </if>
157 <if expr="use_ash"> 160 <if expr="use_ash">
158 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/ash/content_top_center.png" /> 161 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/ash/content_top_center.png" />
159 <if expr="not chromeos"> 162 <if expr="not chromeos">
160 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_DES KTOP" file="common/content_top_center.png" /> 163 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_DES KTOP" file="common/content_top_center.png" />
161 </if> 164 </if>
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1197 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1195 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1198 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1196 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1199 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1197 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1200 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1198 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1201 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1199 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1202 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1200 1203
1201 </structures> 1204 </structures>
1202 </release> 1205 </release>
1203 </grit> 1206 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698