| Index: ppapi/host/ppapi_host.h
|
| diff --git a/ppapi/host/ppapi_host.h b/ppapi/host/ppapi_host.h
|
| index 748d47a531884c2497b6e985a18a425ff2e9e634..7d29cb64d4044101cd71b3f1a86b94b03e299436 100644
|
| --- a/ppapi/host/ppapi_host.h
|
| +++ b/ppapi/host/ppapi_host.h
|
| @@ -56,6 +56,9 @@ class PPAPI_HOST_EXPORT PpapiHost : public IPC::Sender, public IPC::Listener {
|
| void SendReply(const proxy::ResourceMessageReplyParams& params,
|
| const IPC::Message& msg);
|
|
|
| + // Sends the given unsolicited reply message to the plugin.
|
| + void SendUnsolicitedReply(PP_Resource resource, const IPC::Message& msg);
|
| +
|
| // Adds the given host factory filter to the host. The PpapiHost will take
|
| // ownership of the pointer.
|
| void AddHostFactoryFilter(scoped_ptr<HostFactory> filter);
|
|
|