| 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 5848fc34e9b6f14ba94519b376b117e4ae3e6c90..87a231fcff0a1984589089ef080a4e734b7a8208 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -89,7 +89,8 @@ class ServiceWorkerGlobalScopeProxy final
|
| const WebMessagePortChannelArray&,
|
| std::unique_ptr<WebServiceWorker::Handle>) override;
|
| void dispatchFetchEvent(int fetchEventID,
|
| - const WebServiceWorkerRequest&) override;
|
| + const WebServiceWorkerRequest&,
|
| + bool navigationPreloadSent) override;
|
| void dispatchForeignFetchEvent(int fetchEventID,
|
| const WebServiceWorkerRequest&) override;
|
| void dispatchInstallEvent(int) override;
|
|
|