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

Unified Diff: third_party/WebKit/Source/modules/notifications/NotificationEvent.idl

Issue 1487763003: Expose NotificationEvent.action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with -expected.txt Created 5 years, 1 month 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
Index: third_party/WebKit/Source/modules/notifications/NotificationEvent.idl
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl b/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl
index 762eec2dc22bf4bfc10ee90bbfd4d815abfd0129..2d4045da0434bfbd981099bc3968d93bdf5c3944 100644
--- a/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl
+++ b/third_party/WebKit/Source/modules/notifications/NotificationEvent.idl
@@ -10,5 +10,5 @@
RuntimeEnabled=Notifications,
] interface NotificationEvent : ExtendableEvent {
readonly attribute Notification notification;
- [RuntimeEnabled=NotificationExperimental] readonly attribute DOMString action;
+ readonly attribute DOMString action;
};
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698