summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authormiguelg@chromium.org <miguelg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 13:02:55 +0000
committermiguelg@chromium.org <miguelg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 13:02:55 +0000
commit0b66cd90ab433533a51a07a781d78028bc596f8e (patch)
tree42abd8c9d0d427bfd5396de4927f633969ed7224 /chrome/app
parentdf338c9ac52c98a5e0610a20c4a60c76d77303b5 (diff)
downloadchromium_src-0b66cd90ab433533a51a07a781d78028bc596f8e.zip
chromium_src-0b66cd90ab433533a51a07a781d78028bc596f8e.tar.gz
chromium_src-0b66cd90ab433533a51a07a781d78028bc596f8e.tar.bz2
Implement push messaging permission bubbles.
Use the same approach as with infobars, there is a generic class that implements a generic permission bubble, the push message one just uses it. BUG=350378 TBR=palmer Review URL: https://codereview.chromium.org/347943004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index f27244d..b3373b9 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14525,6 +14525,12 @@ Do you accept?
<message name="IDS_PUSH_MESSSAGING_BLOCK_RADIO" desc="A radio button in Content Settings dialog to deny a site to send push messages.">
Do not allow any sites to send push messages
</message>
+ <message name="IDS_PUSH_MESSAGES_BUBBLE_TEXT" desc="Question asked on the info bar whenever a domain wants to send push messages">
+ notification tray.
+ </message>
+ <message name="IDS_PUSH_MESSAGES_BUBBLE_FRAGMENT" desc="Question asked on the info bar whenever a domain wants to send push messages">
+ notifications
+ </message>
</messages>
</release>
</grit>