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

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

Issue 1619703002: Implement notificationclose event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits 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.h
diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h b/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h
index 7421a57b1c40dc3ad9cba081092f8e5e4bf42f9a..ecf10397d519ff0996cb86aea88ea209e5401880 100644
--- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h
+++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h
@@ -14,6 +14,7 @@ class ServiceWorkerGlobalScopeNotifications {
STATIC_ONLY(ServiceWorkerGlobalScopeNotifications);
public:
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(notificationclick);
+ DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(notificationclose);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698