Skip to content

Commit

Permalink
String and icon build resources for preparing a content-settings icon…
Browse files Browse the repository at this point in the history
… for registerProtocolHandler.

R=cpu@chromium.org
BUG=122020
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10536210

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143099 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
gbillock@chromium.org committed Jun 20, 2012
1 parent db63831 commit 699c31b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chrome/app/generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -12691,6 +12691,9 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_GEOLOCATION_BLOCKED_TOOLTIP" desc="Location bar icon tooltip text when a page is blocked from using geolocation.">
This page has been blocked from tracking your location.
</message>
<message name="IDS_REGISTER_PROTOCOL_HANDLER_TOOLTIP" desc="Location bar icon tooltip text when a page wants to use registerProtocolHandler.">
This page wants to install a service handler.
</message>

<!-- ProcessSingleton -->
<message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the browser cannot start because the profile is in use on a different host.">
Expand Down
1 change: 1 addition & 0 deletions chrome/app/theme/theme_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
<include name="IDR_FULLSCREEN_MENU_BUTTON" file="fullscreen_menu_button.png" type="BINDATA" />
<include name="IDR_GEOLOCATION_ALLOWED_LOCATIONBAR_ICON" file="default_100_percent/geolocation_allowed_locationbar_icon.png" type="BINDATA" />
<include name="IDR_GEOLOCATION_DENIED_LOCATIONBAR_ICON" file="default_100_percent/geolocation_denied_locationbar_icon.png" type="BINDATA" />
<include name="IDR_REGISTER_PROTOCOL_HANDLER_LOCATIONBAR_ICON" file="default_100_percent/register_protocol_handler_locationbar_icon.png" type="BINDATA" />
<include name="IDR_HOMEPAGE_CHANGE_ALERT" file="default_100_percent/protector_home_alert.png" type="BINDATA" />
<include name="IDR_HOMEPAGE_CHANGE_BADGE" file="default_100_percent/protector_home_badge.png" type="BINDATA" />
<include name="IDR_HOMEPAGE_CHANGE_MENU" file="default_100_percent/protector_home_menu.png" type="BINDATA" />
Expand Down

0 comments on commit 699c31b

Please sign in to comment.