diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 06:27:38 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 06:27:38 +0000 |
commit | 9429e976325c93329fd5d35e18699b8c47411f84 (patch) | |
tree | 4cd2048ae521a351b92d8b50863c52eb97489947 /chrome/app/generated_resources.grd | |
parent | 0c98d920fa52263e940683fea1c8bb2d870f42bb (diff) | |
download | chromium_src-9429e976325c93329fd5d35e18699b8c47411f84.zip chromium_src-9429e976325c93329fd5d35e18699b8c47411f84.tar.gz chromium_src-9429e976325c93329fd5d35e18699b8c47411f84.tar.bz2 |
Adds an options menu to the frame of the desktop notification, for now with the single option of revoking permissions from that origin.
The renderer side change is a related issue that the full URL was being sent as the "source" of the notification rather than only the origin.
BUG=26690
TEST=open a notification
Review URL: http://codereview.chromium.org/363011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-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 eb330ee..1729d19 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5687,6 +5687,13 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'deny' button on the notification permission infobar."> Deny </message> + <message name="IDS_NOTIFICATION_OPTIONS_MENU_LABEL" desc="Text for the menu option"> + Options + </message> + <message name="IDS_NOTIFICATION_BALLOON_REVOKE_MESSAGE" desc="Text for the menu option to revoke notification permission."> + Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></ph> + </message> + <!-- New Tab Page Promotional messages --> <message name="IDS_NTP_PROMOTION_NEW" desc="Beginning of promotional message; a word in special red font signaling something new is coming."> |