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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.cpp

Issue 2416523002: Expose the initiating origin/URL of a navigation in the Blink public API (Closed)
Patch Set: rebase Created 4 years, 1 month 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/EmptyClients.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index 5afe3361d9a84f136691f5dd8eb54dd7d9c8e534..71099607f3c46790639e35053db220576a5199c1 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -145,9 +145,10 @@ DocumentLoader* EmptyFrameLoaderClient::createDocumentLoader(
LocalFrame* frame,
const ResourceRequest& request,
const SubstituteData& substituteData,
- ClientRedirectPolicy clientRedirectPolicy) {
+ ClientRedirectPolicy clientRedirectPolicy,
+ Document* requestorDocument) {
return DocumentLoader::create(frame, request, substituteData,
- clientRedirectPolicy);
+ clientRedirectPolicy, requestorDocument);
}
LocalFrame* EmptyFrameLoaderClient::createFrame(const FrameLoadRequest&,
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698