| 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 9ba00274213677b68950e4af8a4e93b583320ba2..405f040792c9af53edeb55f6ebe7103cf54416f1 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -61,6 +61,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;
|
|
|