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

Unified Diff: Source/modules/notifications/NotificationEventInit.idl

Issue 1262893005: Add NotificationEvent.action property in SW events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@actions3_fix
Patch Set: Address review comments Created 5 years, 4 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/notifications/NotificationEvent.idl ('k') | Source/web/ServiceWorkerGlobalScopeProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationEventInit.idl
diff --git a/Source/modules/notifications/NotificationEventInit.idl b/Source/modules/notifications/NotificationEventInit.idl
index 47ce14afc6017f3fa04c1baa05abd4ebd2784177..6409504b0709f8778375451ee5604b890f3c1795 100644
--- a/Source/modules/notifications/NotificationEventInit.idl
+++ b/Source/modules/notifications/NotificationEventInit.idl
@@ -6,4 +6,5 @@
dictionary NotificationEventInit : ExtendableEventInit {
Notification notification;
+ [RuntimeEnabled=NotificationExperimental] DOMString action = "";
};
« no previous file with comments | « Source/modules/notifications/NotificationEvent.idl ('k') | Source/web/ServiceWorkerGlobalScopeProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698