| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 7db4ec60b0e01d82c78a5bbe5ca187194df4300a..584a0ee390ccff21127f74808dae5beb6a1ce1aa 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -181,8 +181,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| const base::Callback<void(RenderFrameHost*)>& on_frame) OVERRIDE;
|
| virtual void SendToAllFrames(IPC::Message* message) OVERRIDE;
|
| virtual RenderViewHost* GetRenderViewHost() const OVERRIDE;
|
| - virtual WebContents* GetEmbedderWebContents() const OVERRIDE;
|
| - virtual int GetEmbeddedInstanceID() const OVERRIDE;
|
| virtual int GetRoutingID() const OVERRIDE;
|
| virtual RenderWidgetHostView* GetRenderWidgetHostView() const OVERRIDE;
|
| virtual RenderWidgetHostView* GetFullscreenRenderWidgetHostView() const
|
|
|