| 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 70c9a54794cda5ff892b7379a651329bce90178f..6d3b95bc13ddde9fa200abd7098b85d96921b9dd 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -74,8 +74,8 @@ public:
|
| void dispatchActivateEvent(int) override;
|
| void dispatchExtendableMessageEvent(int eventID, const WebString& message, const WebSecurityOrigin& sourceOrigin, const WebMessagePortChannelArray&, const WebServiceWorkerClientInfo&) override;
|
| void dispatchExtendableMessageEvent(int eventID, const WebString& message, const WebSecurityOrigin& sourceOrigin, const WebMessagePortChannelArray&, std::unique_ptr<WebServiceWorker::Handle>) override;
|
| - void dispatchFetchEvent(int, const WebServiceWorkerRequest&) override;
|
| - void dispatchForeignFetchEvent(int, const WebServiceWorkerRequest&) override;
|
| + void dispatchFetchEvent(int responseID, int eventFinishID, const WebServiceWorkerRequest&) override;
|
| + void dispatchForeignFetchEvent(int responseID, int eventFinishID, const WebServiceWorkerRequest&) override;
|
| void dispatchInstallEvent(int) override;
|
| void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&, int actionIndex) override;
|
| void dispatchNotificationCloseEvent(int, int64_t notificationID, const WebNotificationData&) override;
|
|
|