| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 126521)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -25,8 +25,10 @@
|
|
|
| virtual content::BrowserMainParts* CreateBrowserMainParts(
|
| const content::MainFunctionParams& parameters) OVERRIDE;
|
| - virtual content::WebContentsView* CreateWebContentsView(
|
| + virtual content::WebContentsView* OverrideCreateWebContentsView(
|
| content::WebContents* web_contents) OVERRIDE;
|
| + virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate(
|
| + content::WebContents* web_contents) OVERRIDE;
|
| virtual void RenderViewHostCreated(
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RenderProcessHostCreated(
|
|
|