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 74f8e41c8bb80f57d3f62ef3778150504af5a58a..789284b61ffe55300ab14dfc6f5234c6330022be 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h |
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h |
@@ -98,7 +98,7 @@ public: |
void sendImagePing(const KURL&) override; |
void addConsoleMessage(const String&, LogMessageType = LogErrorMessage) const override; |
SecurityOrigin* getSecurityOrigin() const override; |
- void upgradeInsecureRequest(ResourceRequest&) override; |
+ void addOutgoingSecurityHeadersAndUpgradeRequest(ResourceRequest&) override; |
void addClientHintsIfNecessary(FetchRequest&) override; |
void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) override; |
void populateRequestData(ResourceRequest&) override; |