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

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

Issue 2781723007: Plumb initiator out of Blink. (Closed)
Patch Set: Created 3 years, 9 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/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index 3da0f2670e3b1afaab379c7785bcac351e279f5c..34921a52c66b82bf1b355f21716cf768e9b02199 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -106,6 +106,7 @@ class LocalFrameClientImpl final : public LocalFrameClient {
void dispatchDidChangeThemeColor() override;
NavigationPolicy decidePolicyForNavigation(
+ Document* originDocument,
const ResourceRequest&,
DocumentLoader*,
NavigationType,
@@ -140,7 +141,8 @@ class LocalFrameClientImpl final : public LocalFrameClient {
DocumentLoader* createDocumentLoader(LocalFrame*,
const ResourceRequest&,
const SubstituteData&,
- ClientRedirectPolicy) override;
+ ClientRedirectPolicy,
+ Document* originDocument) override;
WTF::String userAgent() override;
WTF::String doNotTrackValue() override;
void transitionToCommittedForNewPage() override;
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoader.cpp ('k') | third_party/WebKit/Source/web/LocalFrameClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698