| 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 52d6d4a73b574cb9dcc9aac00f3e86afb6011310..099e1cf1441080361284ac7d77376e6953a7c5b4 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -58,8 +58,9 @@ public:
|
|
|
| void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult) override;
|
| void didHandleExtendableMessageEvent(int eventID, WebServiceWorkerEventResult) override;
|
| - void didHandleFetchEvent(int fetchEventID) override;
|
| - void didHandleFetchEvent(int fetchEventID, const WebServiceWorkerResponse&) override;
|
| + void respondFetchEvent(int responseEventID) override;
|
| + void respondFetchEvent(int responseEventID, const WebServiceWorkerResponse&) override;
|
| + void didHandleFetchEvent(int finishEventID, WebServiceWorkerEventResult) override;
|
| void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) override;
|
| void didHandleNotificationClickEvent(int eventID, WebServiceWorkerEventResult) override;
|
| void didHandleNotificationCloseEvent(int eventID, WebServiceWorkerEventResult) override;
|
|
|