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

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

Issue 2147473002: Set 'ResourceRequest::requestorOrigin' in Blink for more request types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jochen Created 4 years, 5 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 ca03599be2b53d031a2004a82c0ee843bce0f893..5429adefa2ed50c18a0c2997a7b3a91654bfbcbd 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
@@ -47,10 +47,6 @@ void FetchContext::addAdditionalRequestHeaders(ResourceRequest&, FetchResourceTy
{
}
-void FetchContext::setFirstPartyForCookies(ResourceRequest&)
-{
-}
-
CachePolicy FetchContext::getCachePolicy() const
{
return CachePolicyVerify;
@@ -121,4 +117,8 @@ void FetchContext::addCSPHeaderIfNecessary(Resource::Type, FetchRequest&)
{
}
+void FetchContext::populateRequestData(ResourceRequest&)
+{
+}
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/fetch/FetchContext.h ('k') | third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698