Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
index 3bf658baf9339fd1616eca9ea372ea27fa85c67b..2a0201ea56d4c7ac7ec1d7fbd6f2defc701632a3 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -82,6 +82,7 @@ public: |
void dispatchInstallEvent(int) override; |
void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) override; |
void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&, int actionIndex) override; |
+ void dispatchNotificationCloseEvent(int, int64_t notificationID, const WebNotificationData&) override; |
void dispatchPushEvent(int, const WebString& data) override; |
void dispatchServicePortConnectEvent(WebServicePortConnectEventCallbacks*, const WebURL& targetURL, const WebString& origin, WebServicePortID) override; |
void dispatchSyncEvent(int, const WebSyncRegistration&, LastChanceOption) override; |