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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrameClient.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/core/frame/RemoteFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
index 06d6b7e603bc14cbbaadb2570f03aa63d2137c7f..3ebf82c11ba4bc7f83f5641b96af2bb2fa91ade8 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
@@ -12,6 +12,7 @@
namespace blink {
+class Document;
class IntRect;
class LocalFrame;
class MessageEvent;
@@ -22,7 +23,8 @@ class RemoteFrameClient : public FrameClient {
public:
~RemoteFrameClient() override {}
- virtual void navigate(const ResourceRequest&,
+ virtual void navigate(Document* originDocument,
+ const ResourceRequest&,
bool shouldReplaceCurrentEntry) = 0;
virtual void reload(FrameLoadType, ClientRedirectPolicy) = 0;
virtual unsigned backForwardLength() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/frame/RemoteFrame.cpp ('k') | third_party/WebKit/Source/core/loader/DocumentLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698