| 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:
|
|
|