Index: content/browser/tab_contents/tab_contents.h |
=================================================================== |
--- content/browser/tab_contents/tab_contents.h (revision 115777) |
+++ content/browser/tab_contents/tab_contents.h (working copy) |
@@ -234,6 +234,7 @@ |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
virtual const GURL& GetURL() const OVERRIDE; |
virtual TabContents* GetAsTabContents() OVERRIDE; |
+ virtual WebContents* GetAsWebContents() OVERRIDE; |
virtual content::ViewType GetRenderViewType() const OVERRIDE; |
virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE; |
virtual void RenderViewReady(RenderViewHost* render_view_host) OVERRIDE; |