| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 97919)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -13,6 +13,8 @@
|
|
|
| class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| public:
|
| + virtual TabContentsView* CreateTabContentsView(
|
| + TabContents* tab_contents) OVERRIDE;
|
| virtual void RenderViewHostCreated(RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void BrowserRenderProcessHostCreated(
|
| BrowserRenderProcessHost* host) OVERRIDE;
|
|
|