Chromium Code Reviews| 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; |
|
yhirano
2017/04/20 04:26:59
I'm landing https://codereview.chromium.org/283103
horo
2017/04/20 08:35:43
Done.
|
| + |
| DECLARE_VIRTUAL_TRACE(); |
| private: |