diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 20:03:47 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 20:03:47 +0000 |
commit | 911a7b03501447ddd214fe19ee64f89e89b7d59e (patch) | |
tree | 1c67e2596d1ce07b8292c2b51df76305097b9e08 /chrome/app | |
parent | 2ef51ff638a75d9cc890ce2c0d631358df4c06d4 (diff) | |
download | chromium_src-911a7b03501447ddd214fe19ee64f89e89b7d59e.zip chromium_src-911a7b03501447ddd214fe19ee64f89e89b7d59e.tar.gz chromium_src-911a7b03501447ddd214fe19ee64f89e89b7d59e.tar.bz2 |
Show options in the blocked cookie bubble to easily enable first party cookies.
BUG=63646
TEST=See bug description for repro steps.
Review URL: http://codereview.chromium.org/6708053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 8232893..a50ef36 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2390,9 +2390,15 @@ Other platform defines such as use_titlecase are declared in build/common.gypi. <message name="IDS_BLOCKED_IMAGES_TITLE" desc="Tooltip and bubble info header text when a page is not allowed to display images."> Images were blocked on this page. </message> + <message name="IDS_BLOCKED_COOKIES_UNBLOCK" desc="Radio button choice to unblock a site from setting cookies, displayed in bubble when a page tries to set cookies."> + Always allow <ph name="HOST">$1<ex>mail.google.com</ex></ph> to set cookies + </message> <message name="IDS_BLOCKED_IMAGES_UNBLOCK" desc="Radio button choice to unblock a site from showing images, displayed in bubble when a page tries to display images."> Always allow <ph name="HOST">$1<ex>mail.google.com</ex></ph> to show images </message> + <message name="IDS_BLOCKED_COOKIES_NO_ACTION" desc="Radio button choice to continue blocking a site from setting cookies, displayed in bubble when a page tries to set cookies."> + Continue blocking cookies + </message> <message name="IDS_BLOCKED_IMAGES_NO_ACTION" desc="Radio button choice to continue blocking a site from showing images, displayed in bubble when a page tries to display images."> Continue blocking images </message> |