summaryrefslogtreecommitdiffstats
path: root/content/browser/ppapi_plugin_process_host.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-16 16:55:18 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-16 16:55:18 +0000
commitb27d28862d3e0ddab58590ea10f2b9b185677198 (patch)
tree3570e219a92cd4d4a3d62ed387944fa55983968c /content/browser/ppapi_plugin_process_host.h
parente39f7ef422fd565807c642d23d3ca208d2e09d50 (diff)
downloadchromium_src-b27d28862d3e0ddab58590ea10f2b9b185677198.zip
chromium_src-b27d28862d3e0ddab58590ea10f2b9b185677198.tar.gz
chromium_src-b27d28862d3e0ddab58590ea10f2b9b185677198.tar.bz2
Wire up a PPAPI host in content/browser.
Nothing actually uses this yet. I plumbed through a PpapiHost and the permissions through the message filter. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10696132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/ppapi_plugin_process_host.h')
-rw-r--r--content/browser/ppapi_plugin_process_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
index eeb3d1d..07712be 100644
--- a/content/browser/ppapi_plugin_process_host.h
+++ b/content/browser/ppapi_plugin_process_host.h
@@ -98,7 +98,7 @@ class PpapiPluginProcessHost : public content::BrowserChildProcessHostDelegate,
// Constructors for plugin and broker process hosts, respectively.
// You must call Init before doing anything else.
- PpapiPluginProcessHost(const std::string& plugin_name,
+ PpapiPluginProcessHost(const content::PepperPluginInfo& info,
const FilePath& profile_data_directory,
net::HostResolver* host_resolver);
PpapiPluginProcessHost();