diff options
Diffstat (limited to 'content/public/browser')
-rw-r--r-- | content/public/browser/browser_ppapi_host.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/public/browser/browser_ppapi_host.h b/content/public/browser/browser_ppapi_host.h index 1ad0d17..45f997e 100644 --- a/content/public/browser/browser_ppapi_host.h +++ b/content/public/browser/browser_ppapi_host.h @@ -18,10 +18,6 @@ struct ChannelHandle; class Sender; } -namespace net { -class HostResolver; -} - namespace ppapi { class PpapiPermissions; namespace host { @@ -45,7 +41,6 @@ class CONTENT_EXPORT BrowserPpapiHost { ppapi::PpapiPermissions permissions, base::ProcessHandle plugin_child_process, IPC::ChannelProxy* channel, - net::HostResolver* host_resolver, int render_process_id, int render_view_id, const base::FilePath& profile_directory); |