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

Unified Diff: content/browser/content_browser_client.h

Issue 7036025: Get rid of chrome dependencies from PluginProcessHost by moving dispatching of chrome specific me... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months 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
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/content_browser_client.h
===================================================================
--- content/browser/content_browser_client.h (revision 85657)
+++ content/browser/content_browser_client.h (working copy)
@@ -13,6 +13,7 @@
class BrowserRenderProcessHost;
class CommandLine;
class GURL;
+class PluginProcessHost;
class Profile;
class RenderViewHost;
class TabContents;
@@ -39,6 +40,11 @@
// 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.
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698