| Index: content/browser/mock_content_browser_client.h
 | 
| ===================================================================
 | 
| --- content/browser/mock_content_browser_client.h	(revision 97919)
 | 
| +++ content/browser/mock_content_browser_client.h	(working copy)
 | 
| @@ -16,6 +16,8 @@
 | 
|   public:
 | 
|    virtual ~MockContentBrowserClient();
 | 
|  
 | 
| +  virtual TabContentsView* CreateTabContentsView(
 | 
| +      TabContents* tab_contents) OVERRIDE;
 | 
|    virtual void RenderViewHostCreated(
 | 
|        RenderViewHost* render_view_host) OVERRIDE;
 | 
|    virtual void BrowserRenderProcessHostCreated(
 | 
| 
 |