Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: content/public/browser/content_browser_client.h

Issue 119463003: Rename ContentBrowserClient::RenderProcessHostCreated to RenderProcessWillLaunch. It is called each… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 9cab8886bbe6303b968894ae4820d6501b979e45..dea60d927d2ad83b7c72ffca5dec607469943a78 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -164,10 +164,10 @@ class CONTENT_EXPORT ContentBrowserClient {
WebContents* embedder_web_contents,
const base::DictionaryValue& extra_params) {}
- // Notifies that a RenderProcessHost has been created. This is called before
+ // Notifies that a render process will be created. This is called before
// the content layer adds its own BrowserMessageFilters, so that the
// embedder's IPC filters have priority.
- virtual void RenderProcessHostCreated(RenderProcessHost* host) {}
+ virtual void RenderProcessWillLaunch(RenderProcessHost* host) {}
// Notifies that a BrowserChildProcessHost has been created.
virtual void BrowserChildProcessHostCreated(BrowserChildProcessHost* host) {}
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/shell/browser/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698