| Index: content/browser/mock_content_browser_client.h
|
| ===================================================================
|
| --- content/browser/mock_content_browser_client.h (revision 126521)
|
| +++ content/browser/mock_content_browser_client.h (working copy)
|
| @@ -23,8 +23,10 @@
|
|
|
| virtual BrowserMainParts* CreateBrowserMainParts(
|
| const 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(
|
|
|