| Index: content/shell/shell_content_browser_client.h
|
| ===================================================================
|
| --- content/shell/shell_content_browser_client.h (revision 110571)
|
| +++ content/shell/shell_content_browser_client.h (working copy)
|
| @@ -42,8 +42,8 @@
|
| TabContents* tab_contents) OVERRIDE;
|
| virtual void RenderViewHostCreated(
|
| RenderViewHost* render_view_host) OVERRIDE;
|
| - virtual void BrowserRenderProcessHostCreated(
|
| - BrowserRenderProcessHost* host) OVERRIDE;
|
| + virtual void RenderProcessHostCreated(
|
| + RenderProcessHost* host) OVERRIDE;
|
| virtual void PluginProcessHostCreated(PluginProcessHost* host) OVERRIDE;
|
| virtual WebUIFactory* GetWebUIFactory() OVERRIDE;
|
| virtual GURL GetEffectiveURL(content::BrowserContext* browser_context,
|
|
|