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

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

Issue 986653004: Add fullscreen permission controls to settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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
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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_RIGHT" file="common/infobarbutton_top_right_pressed.png" /> 397 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_RIGHT" file="common/infobarbutton_top_right_pressed.png" />
398 </if> 398 </if>
399 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" /> 399 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" />
400 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file= "common/infobar_alt_nav_url.png" /> 400 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file= "common/infobar_alt_nav_url.png" />
401 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOLOGIN" file="c ommon/infobar_autologin.png" /> 401 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOLOGIN" file="c ommon/infobar_autologin.png" />
402 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm on/infobar_cookie.png" /> 402 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm on/infobar_cookie.png" />
403 <if expr="not is_android"> 403 <if expr="not is_android">
404 <structure type="chrome_scaled_image" name="IDR_INFOBAR_CRYPTOTOKEN" fil e="common/infobar_cryptotoken.png" /> 404 <structure type="chrome_scaled_image" name="IDR_INFOBAR_CRYPTOTOKEN" fil e="common/infobar_cryptotoken.png" />
405 </if> 405 </if>
406 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICATI ONS" file="common/infobar_desktop_notifications.png" /> 406 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICATI ONS" file="common/infobar_desktop_notifications.png" />
407 <if expr="is_android">
408 <!-- The actual image here is not used; this line only exists to
409 reserve a valid ID, so the Android code can map it to the
410 appropriate Android resource. So we just refer to a random
411 image. -->
412 <structure type="chrome_scaled_image" name="IDR_INFOBAR_FULLSCREEN" file ="chromium/product_logo_32.png" />
413 </if>
407 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" file= "common/infobar_geolocation.png" /> 414 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" file= "common/infobar_geolocation.png" />
408 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" /> 415 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER A" file="common/infobar_media_stream_camera.png" />
409 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" /> 416 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="common/infobar_media_stream_mic.png" />
410 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MIDI" file="common /infobar_midi.png" /> 417 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MIDI" file="common /infobar_midi.png" />
411 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MULTIPLE_DOWNLOADS " file="common/infobar_multiple_downloads.png" /> 418 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MULTIPLE_DOWNLOADS " file="common/infobar_multiple_downloads.png" />
412 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi le="common/infobar_plugin_crashed.png" /> 419 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi le="common/infobar_plugin_crashed.png" />
413 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi le="common/infobar_plugin_install.png" /> 420 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi le="common/infobar_plugin_install.png" />
414 <if expr="is_android or chromeos"> 421 <if expr="is_android or chromeos">
415 <!-- The actual image here is not used; this line only exists to 422 <!-- The actual image here is not used; this line only exists to
416 reserve a valid ID, so the Android code can map it to the 423 reserve a valid ID, so the Android code can map it to the
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 <!-- People search images --> 1051 <!-- People search images -->
1045 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1052 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1046 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1053 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1047 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1054 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1048 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1055 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1049 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1056 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1050 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1057 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1051 </structures> 1058 </structures>
1052 </release> 1059 </release>
1053 </grit> 1060 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698