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

Unified Diff: Source/web/RemoteFrameClient.h

Issue 573353002: Plumbing toward transitioning remote frame back to a local frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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: Source/web/RemoteFrameClient.h
diff --git a/Source/web/RemoteFrameClient.h b/Source/web/RemoteFrameClient.h
index 70c3653f78ecec5f2fe15a1cc00e6ad068bb7f90..a029b651a7a3e40b83317b89402f3b48cae977c5 100644
--- a/Source/web/RemoteFrameClient.h
+++ b/Source/web/RemoteFrameClient.h
@@ -8,7 +8,6 @@
#include "core/frame/FrameClient.h"
namespace blink {
-
class WebRemoteFrameImpl;
class RemoteFrameClient : public FrameClient {
@@ -28,6 +27,8 @@ public:
virtual bool willCheckAndDispatchMessageEvent(SecurityOrigin*, MessageEvent*, LocalFrame*) const OVERRIDE;
+ void navigate(const ResourceRequest&, bool shouldReplaceCurrentEntry) OVERRIDE;
+
WebRemoteFrameImpl* webFrame() const { return m_webFrame; }
private:

Powered by Google App Engine
This is Rietveld 408576698