Index: content/browser/web_contents/web_contents_impl.h |
=================================================================== |
--- content/browser/web_contents/web_contents_impl.h (revision 238847) |
+++ content/browser/web_contents/web_contents_impl.h (working copy) |
@@ -174,6 +174,7 @@ |
virtual const NavigationControllerImpl& GetController() const OVERRIDE; |
virtual BrowserContext* GetBrowserContext() const OVERRIDE; |
virtual RenderProcessHost* GetRenderProcessHost() const OVERRIDE; |
+ virtual RenderFrameHost* GetMainFrame() OVERRIDE; |
virtual RenderViewHost* GetRenderViewHost() const OVERRIDE; |
virtual void GetRenderViewHostAtPosition( |
int x, |