diff options
author | idanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 17:47:08 +0000 |
---|---|---|
committer | idanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 17:47:08 +0000 |
commit | 3e7cf136004dd8f5a8e521360b5d602e7b1af0c2 (patch) | |
tree | 3f78cab4b9f030786bfb0224e479282770c46d24 /chrome/app/generated_resources.grd | |
parent | 7ed6bc6bcd311741da22bf45d8a88f5de89eadf8 (diff) | |
download | chromium_src-3e7cf136004dd8f5a8e521360b5d602e7b1af0c2.zip chromium_src-3e7cf136004dd8f5a8e521360b5d602e7b1af0c2.tar.gz chromium_src-3e7cf136004dd8f5a8e521360b5d602e7b1af0c2.tar.bz2 |
Send notice for blackisted non-visual resources
This is just the piping to call into the blocked_popup_container
(which shall be later renamed and expanded to a generalized blocked
resource container) from the browser's request context.
BUG=16932
TEST=none
Review URL: http://codereview.chromium.org/171109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23973 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 06b308b..d9354ca 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4817,6 +4817,12 @@ each locale. --> <message name="IDS_BLACKLIST_UNBLOCK" desc="Prompt to unblock a blacklisted element."> Click to unblock </message> + <message name="IDS_BLACKLIST_BLOCKED_COOKIES" desc="Cookies was blacklisted."> + Cookies not sent + </message> + <message name="IDS_BLACKLIST_BLOCKED_REFERRER" desc="Referrer sending was blacklisted."> + Referrer not sent + </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."> |