| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 175856)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -62,6 +62,7 @@
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RenderProcessHostCreated(
|
| content::RenderProcessHost* host) OVERRIDE;
|
| + virtual content::WebUIControllerFactory* GetWebUIControllerFactory() OVERRIDE;
|
| virtual bool ShouldUseProcessPerSite(content::BrowserContext* browser_context,
|
| const GURL& effective_url) OVERRIDE;
|
| virtual GURL GetEffectiveURL(content::BrowserContext* browser_context,
|
|
|