Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index c39550742c785ce8256fa30619179be1e8f4491b..ccc6efe2049be4e7076ef426c7da4a9cc5c58ee2 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -882,7 +882,7 @@ void ChromeContentBrowserClient::GuestWebContentsAttached( |
guest->Attach(embedder_web_contents, extra_params); |
} |
-void ChromeContentBrowserClient::RenderProcessHostCreated( |
+void ChromeContentBrowserClient::RenderProcessWillLaunch( |
content::RenderProcessHost* host) { |
int id = host->GetID(); |
Profile* profile = Profile::FromBrowserContext(host->GetBrowserContext()); |