summaryrefslogtreecommitdiffstats
path: root/content/browser/content_browser_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/content_browser_client.h')
-rw-r--r--content/browser/content_browser_client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h
index 6395d9a..70932b6 100644
--- a/content/browser/content_browser_client.h
+++ b/content/browser/content_browser_client.h
@@ -13,6 +13,7 @@
class BrowserRenderProcessHost;
class CommandLine;
class GURL;
+class PluginProcessHost;
class Profile;
class RenderViewHost;
class TabContents;
@@ -39,6 +40,11 @@ class ContentBrowserClient {
// embedder's IPC filters have priority.
virtual void BrowserRenderProcessHostCreated(BrowserRenderProcessHost* host);
+ // Notifies that a PluginProcessHost 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 PluginProcessHostCreated(PluginProcessHost* host);
+
// 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.