diff options
author | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 15:45:31 +0000 |
---|---|---|
committer | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 15:45:31 +0000 |
commit | e24be072268be5ca69f68b9fffdc872e3444c320 (patch) | |
tree | b66f6364cb8604d99b6ea0c4746910e2d65ac1d8 /chrome/app | |
parent | f95f89147dbc66f2b3c54f6e8179c9400607338c (diff) | |
download | chromium_src-e24be072268be5ca69f68b9fffdc872e3444c320.zip chromium_src-e24be072268be5ca69f68b9fffdc872e3444c320.tar.gz chromium_src-e24be072268be5ca69f68b9fffdc872e3444c320.tar.bz2 |
Makes it so that when a user clicks "No" in the infobar that asks if they want to register a protocol handler, it adds the protocol to the ignored list for that user, which means it won't show up in their right-click menu for links with that protocol, and appears in an ignored list in the settings at chrome://settings/handlers
TEST=Manual testing
Review URL: http://codereview.chromium.org/7358012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b6431db..d8728ad 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5529,6 +5529,9 @@ ls' lab."> <message name="IDS_HANDLERS_NONE_HANDLER" desc="Text in the dropdown for handlers for a given protocol that indicates that the protocol shouldn't be handled."> (none) </message> + <message name="IDS_HANDLERS_IGNORED_HEADING" desc="Header for the section of the handlers settings page that lists handlers that are ignored."> + Ignored protocol handlers + </message> <message name="IDS_HANDLER_OPTIONS_WINDOW_TITLE" desc="The title of the window that lets a user change what handlers they have registered for various protocols / mimetypes."> Protocol Handlers @@ -12916,6 +12919,10 @@ ls' lab."> No </message> + <message name="IDS_REGISTER_PROTOCOL_HANDLER_NEVER" desc="Text to show for the never button for the register protocol handler request infobar."> + Never + </message> + <message name="IDS_REGISTER_PROTOCOL_HANDLER_ALREADY_REGISTERED" desc="Text to show when the user tries to register a protocol handler that they have already registered."> <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></ph> is already being used to handle <ph name="PROTOCOL">$2<ex>search</ex></ph>: links. </message> |