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

Unified Diff: third_party/WebKit/Source/web/RemoteFrameClientImpl.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/RemoteFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
index 3db24958c311163199b16ec7a5298c36bbbd6b3d..9cc63f528706585bf224b1dbdae6c09c821243ca 100644
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
@@ -29,7 +29,8 @@ class RemoteFrameClientImpl final : public RemoteFrameClient {
void frameFocused() const override;
// RemoteFrameClient overrides:
- void navigate(const ResourceRequest&,
+ void navigate(Document* originDocument,
+ const ResourceRequest&,
bool shouldReplaceCurrentEntry) override;
void reload(FrameLoadType, ClientRedirectPolicy) override;
unsigned backForwardLength() override;
« no previous file with comments | « third_party/WebKit/Source/web/LocalFrameClientImpl.cpp ('k') | third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698