| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 880bcd0b0d084e1b0d9783ccabbb3d08c05d7196..55b2c1854a14589bbd244ad7d8c73a60f9fd5626 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -31,6 +31,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RenderProcessHostCreated(
|
| content::RenderProcessHost* host) OVERRIDE;
|
| + virtual void BrowserChildProcessHostCreated(
|
| + content::BrowserChildProcessHost* host) OVERRIDE;
|
| virtual content::WebUIControllerFactory* GetWebUIControllerFactory() OVERRIDE;
|
| virtual bool ShouldUseProcessPerSite(content::BrowserContext* browser_context,
|
| const GURL& effective_url) OVERRIDE;
|
|
|