| 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 6f43e8b0d3fd303b5de3debc09b52fc193612622..d41fd45f19e5f0b96b41050e20bcc209e45153c4 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -172,6 +172,8 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
|
|
|
| RefPtr<WebTaskRunner> LoadingTaskRunner() const override;
|
|
|
| + std::unique_ptr<WebURLLoader> CreateURLLoader() override;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|