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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.h

Issue 2080653002: SameSite: Correctly set requests' initiator for new tabs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index e04fd81f2ec07a31f214b31dd274f641e9c4253a..026e693284739ebcb4e5669f8d620fc4275ebb60 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -45,8 +45,8 @@ class DocumentLoader;
class LocalFrame;
class ResourceError;
class ResourceLoader;
-class ResourceResponse;
class ResourceRequest;
+class ResourceResponse;
class CORE_EXPORT FrameFetchContext final : public FetchContext {
public:
@@ -102,6 +102,7 @@ public:
void upgradeInsecureRequest(FetchRequest&) override;
void addClientHintsIfNecessary(FetchRequest&) override;
void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) override;
+ void populateRequestorDataIfNecessary(ResourceRequest&) override;
MHTMLArchive* archive() const override;

Powered by Google App Engine
This is Rietveld 408576698