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

Unified Diff: Source/core/frame/RemoteFrame.h

Issue 1152053006: Allow RemoteFrames to be navigated through targeted navigation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed TODO, added a comment. Created 5 years, 6 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
« no previous file with comments | « Source/core/frame/LocalFrame.cpp ('k') | Source/core/frame/RemoteFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/RemoteFrame.h
diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h
index 9f33afb27bd8e39e396b4b0a514c99ec5ced3c9a..5d6dcb8b342ae5fdeca57364d68948376ea4976b 100644
--- a/Source/core/frame/RemoteFrame.h
+++ b/Source/core/frame/RemoteFrame.h
@@ -17,6 +17,7 @@ class RemoteFrameClient;
class RemoteFrameView;
class WebLayer;
class WindowProxyManager;
+struct FrameLoadRequest;
class CORE_EXPORT RemoteFrame: public Frame {
public:
@@ -30,6 +31,7 @@ public:
DOMWindow* domWindow() const override;
WindowProxy* windowProxy(DOMWrapperWorld&) override;
void navigate(Document& originDocument, const KURL&, bool lockBackForwardList, UserGestureStatus) override;
+ void navigate(const FrameLoadRequest& passedRequest) override;
void reload(ReloadPolicy, ClientRedirectPolicy) override;
void detach() override;
RemoteSecurityContext* securityContext() const override;
« no previous file with comments | « Source/core/frame/LocalFrame.cpp ('k') | Source/core/frame/RemoteFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698