| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index 3e37928438cf28364aafd829aa6739ac324bfe1b..c71ed200419a6cce18469ca0f7f2c711f2e564b7 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -62,6 +62,7 @@ public:
|
| void didHandleFetchEvent(int fetchEventID, const WebServiceWorkerResponse&) override;
|
| void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) override;
|
| void didHandleNotificationClickEvent(int eventID, WebServiceWorkerEventResult) override;
|
| + void didHandleNotificationCloseEvent(int eventID, WebServiceWorkerEventResult) override;
|
| void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) override;
|
| void didHandleSyncEvent(int syncEventID, WebServiceWorkerEventResult) override;
|
| void postMessageToClient(const WebString& clientUUID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) override;
|
|
|