Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: third_party/WebKit/Source/core/fetch/FetchContext.cpp

Issue 2372563002: Adding Embedding-CSP HTTP header (Closed)
Patch Set: Separating into two functions Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&)
{
}

Powered by Google App Engine
This is Rietveld 408576698