| Index: content/browser/mock_content_browser_client.h
|
| ===================================================================
|
| --- content/browser/mock_content_browser_client.h (revision 99756)
|
| +++ content/browser/mock_content_browser_client.h (working copy)
|
| @@ -18,6 +18,8 @@
|
| public:
|
| virtual ~MockContentBrowserClient();
|
|
|
| + virtual BrowserMainParts* CreateBrowserMainParts(
|
| + const MainFunctionParams& parameters) OVERRIDE;
|
| virtual TabContentsView* CreateTabContentsView(
|
| TabContents* tab_contents) OVERRIDE;
|
| virtual void RenderViewHostCreated(
|
|
|