| 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 281f18f8615c9b151ea987f79d156baf287624f2..b2d5aa8f232c61a4d247ae64cddf0c40beb6e813 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -102,6 +102,7 @@ public:
|
| void upgradeInsecureRequest(ResourceRequest&) override;
|
| void addClientHintsIfNecessary(FetchRequest&) override;
|
| void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) override;
|
| + void populateRequestData(ResourceRequest&) override;
|
|
|
| MHTMLArchive* archive() const override;
|
|
|
|
|