diff options
author | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-21 00:01:44 +0000 |
---|---|---|
committer | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-21 00:01:44 +0000 |
commit | 35dfd95c9d765350fa98cd916ba5776a531b7013 (patch) | |
tree | ce3373d9cf7e5ff5ceb9a48af8d6ed69a9b000e8 | |
parent | 197230d7daa170b3f4427743d43a9c7b85c52e04 (diff) | |
download | chromium_src-35dfd95c9d765350fa98cd916ba5776a531b7013.zip chromium_src-35dfd95c9d765350fa98cd916ba5776a531b7013.tar.gz chromium_src-35dfd95c9d765350fa98cd916ba5776a531b7013.tar.bz2 |
Merge 143304 - Add string for ignoring RPH registration.
R=groby@chromium.org
BUG=133857
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10602002
TBR=gbillock@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10603002
git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@143305 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 2497453..7c32f3d 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -16207,6 +16207,9 @@ Battery full <message name="IDS_REGISTER_PROTOCOL_HANDLER_DENY" desc="Text to show for the deny button for the register protocol handler request infobar."> No </message> + <message name="IDS_REGISTER_PROTOCOL_HANDLER_IGNORE" desc="Text to show for an ignore prompt for a register protocol handler registration request."> + Ignore + </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> |