Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1676)

Unified Diff: chrome/app/generated_resources.grd

Issue 842233003: Push API: Require user visible notification, else show auto notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@invalid
Patch Set: Comment nit Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b679e8fa5d612c7698246d6cd71c238ef7dded22..da5b754b03cdb83775579f4fc68a86ef0ca9e329 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15020,6 +15020,16 @@ Do you accept?
<message name="IDS_PUSH_MESSAGES_BUBBLE_FRAGMENT" desc="Question asked on the info bar whenever a domain wants to send push messages">
push notifications
</message>
+ <if expr="enable_notifications">
+ <message name="IDS_PUSH_MESSAGING_GENERIC_NOTIFICATION_TITLE" desc="Title of an auto-generated notification informing the user that the site may have received an update in the background, in case the site did not satisfy the visible notification requirement itself.">
+ <ph name="URL">
+ $1<ex>push.google.com</ex>
+ </ph> updated
Peter Beverloo 2015/01/09 19:33:27 "push.google.com updated" +has been?
johnme 2015/01/09 19:45:18 Done.
+ </message>
+ <message name="IDS_PUSH_MESSAGING_GENERIC_NOTIFICATION_BODY" desc="Body text of an auto-generated notification informing the user that the site may have received an update in the background, in case the site did not satisfy the visible notification requirement itself.">
+ This site updated in the background.
+ </message>
+ </if>
<!-- Copresence settings/debug strings -->
<if expr="not is_android and not is_ios">

Powered by Google App Engine
This is Rietveld 408576698