| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index 3393d9d6cc5e1e06314b8584ecce922cb1ecfa66..3b34f725f7861d24264bd976b2b9aeaff7895447 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -92,7 +92,9 @@ class WebSharedWorkerImpl final : public WorkerReportingProxy,
|
| // WebFrameClient methods to support resource loading thru the 'shadow page'.
|
| WebApplicationCacheHost* createApplicationCacheHost(
|
| WebApplicationCacheHostClient*) override;
|
| - void willSendRequest(WebLocalFrame*, WebURLRequest&) override;
|
| + void willSendRequest(WebLocalFrame*,
|
| + WebURLRequest&,
|
| + WebFrameLoadType) override;
|
| void didFinishDocumentLoad(WebLocalFrame*) override;
|
| bool isControlledByServiceWorker(WebDataSource&) override;
|
| int64_t serviceWorkerID(WebDataSource&) override;
|
|
|