| 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 290f83aa9243729bbd834fc464cf3ffaf9300adc..5307f2ec5c31f177bec29bb7fea261f11e6bb514 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -86,7 +86,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;
|
|
|