| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| index 6c23aaa37881965cc8eb6feb65bb30cb20c81062..ffd780dcf2518bd47f9ec2c631a7b9dce8af6f11 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| @@ -67,9 +67,9 @@ class WebServiceWorkerContextProxy {
|
| const WebMessagePortChannelArray&,
|
| std::unique_ptr<WebServiceWorker::Handle>) = 0;
|
| virtual void dispatchInstallEvent(int eventID) = 0;
|
| - virtual void dispatchFetchEvent(
|
| - int fetchEventID,
|
| - const WebServiceWorkerRequest& webRequest) = 0;
|
| + virtual void dispatchFetchEvent(int fetchEventID,
|
| + const WebServiceWorkerRequest& webRequest,
|
| + bool navigationPreloadSent) = 0;
|
| virtual void dispatchForeignFetchEvent(
|
| int fetchEventID,
|
| const WebServiceWorkerRequest& webRequest) = 0;
|
|
|