| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index c765fdbe68b1554f8d2959ee65f42fb07bb3f5c5..269ceefeec475c0881fa64238c46bca04b4ea290 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -75,6 +75,7 @@ public:
|
| virtual void didHandleFetchEvent(int fetchEventID, const WebServiceWorkerResponse&) = 0;
|
| virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandleNotificationClickEvent(int eventID, WebServiceWorkerEventResult) = 0;
|
| + virtual void didHandleNotificationCloseEvent(int eventID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandleSyncEvent(int syncEventID, WebServiceWorkerEventResult) = 0;
|
| virtual void postMessageToClient(const WebString& clientUUID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) = 0;
|
|
|