| 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 c2cbc7501e40bef8029ba7386f65d45afe2b1758..569204d8eb33ffa4005982feef0425d278e3ffd8 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -80,7 +80,7 @@ public:
|
| void dispatchDidFail(unsigned long identifier, const ResourceError&, bool isInternalRequest) override;
|
|
|
| bool shouldLoadNewResource(Resource::Type) const override;
|
| - void willStartLoadingResource(ResourceRequest&) override;
|
| + void willStartLoadingResource(ResourceRequest&, bool isMainResource) override;
|
| void didLoadResource() override;
|
|
|
| void addResourceTiming(const ResourceTimingInfo&) override;
|
|
|