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

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

Issue 1305233002: Delete obsolete auto_login_infobar_delegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/resource_id.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_CE NTER" file="common/infobarbutton_center_pressed.png" /> 369 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_CE NTER" file="common/infobarbutton_center_pressed.png" />
370 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_LE FT" file="common/infobarbutton_left_pressed.png" /> 370 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_LE FT" file="common/infobarbutton_left_pressed.png" />
371 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_RI GHT" file="common/infobarbutton_right_pressed.png" /> 371 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_RI GHT" file="common/infobarbutton_right_pressed.png" />
372 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P" file="common/infobarbutton_top_pressed.png" /> 372 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P" file="common/infobarbutton_top_pressed.png" />
373 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_LEFT" file="common/infobarbutton_top_left_pressed.png" /> 373 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_LEFT" file="common/infobarbutton_top_left_pressed.png" />
374 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_RIGHT" file="common/infobarbutton_top_right_pressed.png" /> 374 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_RIGHT" file="common/infobarbutton_top_right_pressed.png" />
375 </if> 375 </if>
376 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" /> 376 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" />
377 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file= "common/infobar_alt_nav_url.png" /> 377 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file= "common/infobar_alt_nav_url.png" />
378 <structure type="chrome_scaled_image" name="IDR_INFOBAR_APP_BANNER" file=" common/infobar_apps.png" /> 378 <structure type="chrome_scaled_image" name="IDR_INFOBAR_APP_BANNER" file=" common/infobar_apps.png" />
379 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOLOGIN" file="c ommon/infobar_autologin.png" /> 379 <if expr="is_ios">
380 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOLOGIN" file= "common/infobar_autologin.png" />
381 </if>
380 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm on/infobar_cookie.png" /> 382 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm on/infobar_cookie.png" />
381 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICATI ONS" file="common/infobar_desktop_notifications.png" /> 383 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICATI ONS" file="common/infobar_desktop_notifications.png" />
382 <if expr="is_android"> 384 <if expr="is_android">
383 <!-- The actual image here is not used; this line only exists to 385 <!-- The actual image here is not used; this line only exists to
384 reserve a valid ID, so the Android code can map it to the 386 reserve a valid ID, so the Android code can map it to the
385 appropriate Android resource. So we just refer to a random 387 appropriate Android resource. So we just refer to a random
386 image. --> 388 image. -->
387 <structure type="chrome_scaled_image" name="IDR_INFOBAR_FULLSCREEN" file ="chromium/product_logo_32.png" /> 389 <structure type="chrome_scaled_image" name="IDR_INFOBAR_FULLSCREEN" file ="chromium/product_logo_32.png" />
388 </if> 390 </if>
389 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" file= "common/infobar_geolocation.png" /> 391 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" file= "common/infobar_geolocation.png" />
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 <!-- People search images --> 1022 <!-- People search images -->
1021 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1023 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1022 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1024 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1023 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1025 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1024 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1026 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1025 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1027 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1026 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1028 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1027 </structures> 1029 </structures>
1028 </release> 1030 </release>
1029 </grit> 1031 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/resource_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698