| 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 05a6e6df8108c6202ef85df838ddf54262a81a19..ccb4a9a2ee100c9e31e702c52f6408d10e1869e6 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -71,6 +71,7 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| ~FrameFetchContext();
|
|
|
| bool IsLiveContext() { return true; }
|
| + WebURLLoader* CreateURLLoader() override;
|
|
|
| void AddAdditionalRequestHeaders(ResourceRequest&,
|
| FetchResourceType) override;
|
|
|