| Index: content/browser/ppapi_plugin_process_host.h
|
| diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
|
| index 78d6bd63c5087fec3a82cf38da6b959c70f65c82..87c79c31d2acceb173f3867fac9184ed568784e8 100644
|
| --- a/content/browser/ppapi_plugin_process_host.h
|
| +++ b/content/browser/ppapi_plugin_process_host.h
|
| @@ -21,10 +21,6 @@
|
| #include "ipc/ipc_sender.h"
|
| #include "ppapi/shared_impl/ppapi_permissions.h"
|
|
|
| -namespace net {
|
| -class HostResolver;
|
| -}
|
| -
|
| namespace content {
|
| class BrowserChildProcessHostImpl;
|
| class ResourceContext;
|
| @@ -76,8 +72,7 @@ class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate,
|
|
|
| static PpapiPluginProcessHost* CreatePluginHost(
|
| const PepperPluginInfo& info,
|
| - const base::FilePath& profile_data_directory,
|
| - net::HostResolver* host_resolver);
|
| + const base::FilePath& profile_data_directory);
|
| static PpapiPluginProcessHost* CreateBrokerHost(
|
| const PepperPluginInfo& info);
|
|
|
| @@ -122,8 +117,7 @@ class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate,
|
| // Constructors for plugin and broker process hosts, respectively.
|
| // You must call Init before doing anything else.
|
| PpapiPluginProcessHost(const PepperPluginInfo& info,
|
| - const base::FilePath& profile_data_directory,
|
| - net::HostResolver* host_resolver);
|
| + const base::FilePath& profile_data_directory);
|
| PpapiPluginProcessHost();
|
|
|
| // Actually launches the process with the given plugin info. Returns true
|
|
|