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

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: Fix broken build and un-inline virtual functions. Created 6 years, 3 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" common/browser_action_pressed.png" /> 143 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file=" common/browser_action_pressed.png" />
144 </if> 144 </if>
145 <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" file="common/browser_actions_overflow_normal.png" />
146 <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_H " file="common/browser_actions_overflow_hover.png" />
147 <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_BROWSER_ACTIONS_OVERFLOW_P " file="common/browser_actions_overflow_pressed.png" />
148 <structure type="chrome_scaled_image" name="IDR_CHEVRON_LEFT" file="common /chevron_left.png" /> 148 <structure type="chrome_scaled_image" name="IDR_CHEVRON_LEFT" file="common /chevron_left.png" />
149 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c ommon/close_button_mask.png" /> 149 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c ommon/close_button_mask.png" />
150 <if expr="is_win"> 150 <if expr="is_win">
151 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file=" common/favicon_conflicts.png" /> 151 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file=" common/favicon_conflicts.png" />
152 </if> 152 </if>
153 <if expr="chromeos">
154 <structure type="chrome_scaled_image" name="IDR_CONSUMER_MANAGEMENT_NOTI FICATION_ICON" file="cros/consumer_management_notification_icon.png" />
155 </if>
153 <!-- Ash doesn't draw rounded content area, so needs a special top 156 <!-- Ash doesn't draw rounded content area, so needs a special top
154 image. --> 157 image. -->
155 <if expr="not use_ash"> 158 <if expr="not use_ash">
156 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/content_top_center.png" /> 159 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/content_top_center.png" />
157 </if> 160 </if>
158 <if expr="use_ash"> 161 <if expr="use_ash">
159 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/ash/content_top_center.png" /> 162 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file ="common/ash/content_top_center.png" />
160 <if expr="not chromeos"> 163 <if expr="not chromeos">
161 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_DES KTOP" file="common/content_top_center.png" /> 164 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_DES KTOP" file="common/content_top_center.png" />
162 </if> 165 </if>
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1194 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1192 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1195 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1193 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1196 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1194 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1197 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1195 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1198 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1196 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1199 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1197 1200
1198 </structures> 1201 </structures>
1199 </release> 1202 </release>
1200 </grit> 1203 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698