| 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 2bdc6f876d0972f3d5cf270af73a7e04c4599a55..90ea06f30197621b8ec905c4e5e0d91bc97943e1 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -87,7 +87,7 @@ public:
|
|
|
| // WebFrameClient methods to support resource loading thru the 'shadow page'.
|
| WebApplicationCacheHost* createApplicationCacheHost(WebApplicationCacheHostClient*) override;
|
| - void willSendRequest(WebLocalFrame*, unsigned identifier, WebURLRequest&, const WebURLResponse& redirectResponse) override;
|
| + void willSendRequest(WebLocalFrame*, WebURLRequest&) override;
|
| void didFinishDocumentLoad(WebLocalFrame*) override;
|
| bool isControlledByServiceWorker(WebDataSource&) override;
|
| int64_t serviceWorkerID(WebDataSource&) override;
|
|
|