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