| 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
|
|
|