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 b42494f384fef2c82ea7b3f8028d2eb6bb87c913..e9b400ffb4494aa9ee1806bae40515c0bb06f650 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h |
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h |
@@ -136,7 +136,7 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext { |
void addConsoleMessage(const String&, |
LogMessageType = LogErrorMessage) const override; |
SecurityOrigin* getSecurityOrigin() const override; |
- void upgradeInsecureRequest(ResourceRequest&) override; |
+ void modifyRequestForCSP(ResourceRequest&) override; |
void addClientHintsIfNecessary(FetchRequest&) override; |
void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) override; |
void populateRequestData(ResourceRequest&) override; |