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

Unified Diff: content/browser/ppapi_plugin_process_host.h

Issue 10919169: Change how PepperMessageFilter is constructed, to simplify its use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
Index: content/browser/ppapi_plugin_process_host.h
===================================================================
--- content/browser/ppapi_plugin_process_host.h (revision 155271)
+++ content/browser/ppapi_plugin_process_host.h (working copy)
@@ -76,7 +76,7 @@
static PpapiPluginProcessHost* CreatePluginHost(
const content::PepperPluginInfo& info,
const FilePath& profile_data_directory,
- net::HostResolver* host_resolver);
+ int render_process_id);
static PpapiPluginProcessHost* CreateBrokerHost(
const content::PepperPluginInfo& info);
@@ -101,7 +101,7 @@
// You must call Init before doing anything else.
PpapiPluginProcessHost(const content::PepperPluginInfo& info,
const FilePath& profile_data_directory,
- net::HostResolver* host_resolver);
+ int render_process_id);
PpapiPluginProcessHost();
// Actually launches the process with the given plugin info. Returns true

Powered by Google App Engine
This is Rietveld 408576698