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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2416523002: Expose the initiating origin/URL of a navigation in the Blink public API (Closed)
Patch Set: Fix typo 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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index b73327e064874da609225a3a3d4fc16ec10aa7a1..e701e8831cf57ce38fd656211610804f1de37f6c 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -137,7 +137,8 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
DocumentLoader* createDocumentLoader(LocalFrame*,
const ResourceRequest&,
const SubstituteData&,
- ClientRedirectPolicy) override;
+ ClientRedirectPolicy,
+ Document* requestorDocument) override;
WTF::String userAgent() override;
WTF::String doNotTrackValue() override;
void transitionToCommittedForNewPage() override;

Powered by Google App Engine
This is Rietveld 408576698