summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/plugin_service.h')
-rw-r--r--content/browser/plugin_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h
index 1d8806b..2c8d115 100644
--- a/content/browser/plugin_service.h
+++ b/content/browser/plugin_service.h
@@ -73,7 +73,8 @@ class PluginService
PluginProcessHost* FindOrStartNpapiPluginProcess(
const FilePath& plugin_path);
PpapiPluginProcessHost* FindOrStartPpapiPluginProcess(
- const FilePath& plugin_path);
+ const FilePath& plugin_path,
+ PpapiPluginProcessHost::Client* client);
PpapiBrokerProcessHost* FindOrStartPpapiBrokerProcess(
const FilePath& plugin_path);