Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
index ea441de626cb02019bcd36efea107aee9a50f1e2..f551649a5fdb7afa111738d8eec5d2f7f77ac7e3 100644 |
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
@@ -105,7 +105,7 @@ void FetchContext::addConsoleMessage(const String&, FetchContext::LogMessageType |
{ |
} |
-void FetchContext::upgradeInsecureRequest(ResourceRequest&) |
+void FetchContext::addOutgoingSecurityHeadersAndUpgradeRequest(ResourceRequest&) |
{ |
} |