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

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

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.h
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
index 7a8400fe3c07d2b0b3b732a8b7f9f8a09847cac2..b3de9b7bbbc974fb9f79ca01586d045c1ad23c15 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.h
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
@@ -71,7 +71,6 @@ public:
virtual void countClientHintsViewportWidth() { }
virtual void addAdditionalRequestHeaders(ResourceRequest&, FetchResourceType);
- virtual void setFirstPartyForCookies(ResourceRequest&);
virtual CachePolicy getCachePolicy() const;
virtual WebCachePolicy resourceRequestCachePolicy(const ResourceRequest&, Resource::Type, FetchRequest::DeferOption) const;
@@ -107,6 +106,7 @@ public:
virtual void upgradeInsecureRequest(ResourceRequest&);
virtual void addClientHintsIfNecessary(FetchRequest&);
virtual void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&);
+ virtual void populateRequestData(ResourceRequest&);
virtual MHTMLArchive* archive() const { return nullptr; }
« no previous file with comments | « content/test/data/page_with_subresources.html ('k') | third_party/WebKit/Source/core/fetch/FetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698