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

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: Trim includes/forward decls/fix names 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 48b3c45c6e0957883f364eb35f7892f8cc5209c8..a1854b0044f88d47cb0e4d302cbd07741d6063e7 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -144,7 +144,8 @@ DocumentLoader* EmptyFrameLoaderClient::createDocumentLoader(
LocalFrame* frame,
const ResourceRequest& request,
const SubstituteData& substituteData,
- ClientRedirectPolicy clientRedirectPolicy) {
+ ClientRedirectPolicy clientRedirectPolicy,
+ Document* requestorDocument) {
dcheng 2016/11/12 06:02:13 I could plumb this through here as well, but I opt
return DocumentLoader::create(frame, request, substituteData,
clientRedirectPolicy);
}
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698