Index: content/shell/shell_content_browser_client.h |
=================================================================== |
--- content/shell/shell_content_browser_client.h (revision 126521) |
+++ content/shell/shell_content_browser_client.h (working copy) |
@@ -27,8 +27,10 @@ |
virtual BrowserMainParts* CreateBrowserMainParts( |
const content::MainFunctionParams& parameters) OVERRIDE; |
- virtual WebContentsView* CreateWebContentsView( |
+ virtual WebContentsView* OverrideCreateWebContentsView( |
WebContents* web_contents) OVERRIDE; |
+ virtual WebContentsViewDelegate* GetWebContentsViewDelegate( |
+ WebContents* web_contents) OVERRIDE; |
virtual void RenderViewHostCreated( |
RenderViewHost* render_view_host) OVERRIDE; |
virtual void RenderProcessHostCreated( |