| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index 3d8704043f2acff63c224a01a2a4e93a338dbab3..c2cbc7501e40bef8029ba7386f65d45afe2b1758 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -80,7 +80,7 @@
|
| void dispatchDidFail(unsigned long identifier, const ResourceError&, bool isInternalRequest) override;
|
|
|
| bool shouldLoadNewResource(Resource::Type) const override;
|
| - void willStartLoadingResource(ResourceRequest&, FetchResourceType) override;
|
| + void willStartLoadingResource(ResourceRequest&) override;
|
| void didLoadResource() override;
|
|
|
| void addResourceTiming(const ResourceTimingInfo&) override;
|
|
|