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

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

Issue 1619703002: Implement notificationclose event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations and compile error Created 4 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:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl b/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
index 2c57ffa754173ea8942160ede237350b971d8d13..45f2c54b541f486c68fadc3411c8623bb18d651f 100644
--- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
+++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
@@ -8,4 +8,5 @@
RuntimeEnabled=Notifications,
] partial interface ServiceWorkerGlobalScope {
attribute EventHandler onnotificationclick;
+ attribute EventHandler onnotificationclose;
};

Powered by Google App Engine
This is Rietveld 408576698