| 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 3df40818ae2b7eac215e8e182c729af6b1d2e7ec..b0eff743b2dd2a2e205f21a3917212d6325a64c0 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -158,6 +158,8 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
|
|
| WebTaskRunner* loadingTaskRunner() const override;
|
|
|
| + WebInsecureRequestPolicy getInsecureRequestPolicy() const override;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|