diff options
Diffstat (limited to 'content/browser/content_browser_client.h')
-rw-r--r-- | content/browser/content_browser_client.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h index 2de7751..d2b0824 100644 --- a/content/browser/content_browser_client.h +++ b/content/browser/content_browser_client.h @@ -39,12 +39,14 @@ class ContentBrowserClient { Profile* profile, const GURL& url); - // Notifies that a BrowserRenderProcessHost has been created. This is called + // Notifies that a BrowserRenderProcessHost has been created. This is called // before the content layer adds its own BrowserMessageFilters, so that the // embedder's IPC filters have priority. virtual void BrowserRenderProcessHostCreated(BrowserRenderProcessHost* host); - // Notifies that a WorkerProcessHost has been created. + // Notifies that a WorkerProcessHost has been created. This is called + // before the content layer adds its own message filters, so that the + // embedder's IPC filters have priority. virtual void WorkerProcessHostCreated(WorkerProcessHost* host); // Gets the WebUIFactory which will be responsible for generating WebUIs. |