| 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
|
|
|