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

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: Use less memory, add tests, etc. 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..77b052790f5fcde651bb825d402d87fd957f285d 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -145,7 +145,8 @@ DocumentLoader* EmptyFrameLoaderClient::createDocumentLoader(
LocalFrame* frame,
const ResourceRequest& request,
const SubstituteData& substituteData,
- ClientRedirectPolicy clientRedirectPolicy) {
+ ClientRedirectPolicy clientRedirectPolicy,
+ Document* requestorDocument) {
return DocumentLoader::create(frame, request, substituteData,
clientRedirectPolicy);
}

Powered by Google App Engine
This is Rietveld 408576698