Index: content/shell/browser/shell_content_browser_client.h |
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h |
index 008f4cdb5b93e613fb3b836cec7484673ceb0ef5..5fcd9c6bcbe8d19e02fba7ee47ba602cc501a48e 100644 |
--- a/content/shell/browser/shell_content_browser_client.h |
+++ b/content/shell/browser/shell_content_browser_client.h |
@@ -33,7 +33,7 @@ class ShellContentBrowserClient : public ContentBrowserClient { |
// ContentBrowserClient overrides. |
virtual BrowserMainParts* CreateBrowserMainParts( |
const MainFunctionParams& parameters) OVERRIDE; |
- virtual void RenderProcessHostCreated(RenderProcessHost* host) OVERRIDE; |
+ virtual void RenderProcessWillLaunch(RenderProcessHost* host) OVERRIDE; |
virtual net::URLRequestContextGetter* CreateRequestContext( |
BrowserContext* browser_context, |
ProtocolHandlerMap* protocol_handlers) OVERRIDE; |