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