| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 99756)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -15,6 +15,8 @@
|
|
|
| class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| public:
|
| + virtual content::BrowserMainParts* CreateBrowserMainParts(
|
| + const MainFunctionParams& parameters) OVERRIDE;
|
| virtual TabContentsView* CreateTabContentsView(
|
| TabContents* tab_contents) OVERRIDE;
|
| virtual void RenderViewHostCreated(RenderViewHost* render_view_host) OVERRIDE;
|
|
|