| Index: content/browser/plugin_service.h
|
| ===================================================================
|
| --- content/browser/plugin_service.h (revision 85766)
|
| +++ content/browser/plugin_service.h (working copy)
|
| @@ -79,7 +79,8 @@
|
| 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);
|
|
|
|
|