| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| index 081cc9abb06213824fec7927b240b966e5615786..cdf5b2b5b74ba580b2f5e83b18f9ba7b9bcb1df5 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| @@ -143,11 +143,12 @@ class WebServiceWorkerContextClient {
|
| // lifecycle. When no response is provided, the browser should fallback to
|
| // native fetch. EventIDs are the same with the ids passed from
|
| // dispatchFetchEvent respectively.
|
| - virtual void respondToFetchEvent(int responseID, double eventDispatchTime) {}
|
| - virtual void respondToFetchEvent(int responseID,
|
| + virtual void respondToFetchEvent(int fetchEventID, double eventDispatchTime) {
|
| + }
|
| + virtual void respondToFetchEvent(int fetchEventID,
|
| const WebServiceWorkerResponse& response,
|
| double eventDispatchTime) {}
|
| - virtual void didHandleFetchEvent(int eventFinishID,
|
| + virtual void didHandleFetchEvent(int fetchEventID,
|
| WebServiceWorkerEventResult result,
|
| double eventDispatchTime) {}
|
|
|
|
|