| Index: ppapi/host/ppapi_host.h | 
| diff --git a/ppapi/host/ppapi_host.h b/ppapi/host/ppapi_host.h | 
| index 79731e6251e97edc84ca5b4468805bc6076fbc01..3597093b9a3e8a792e7256f93b1f5195bb0305ed 100644 | 
| --- a/ppapi/host/ppapi_host.h | 
| +++ b/ppapi/host/ppapi_host.h | 
| @@ -58,6 +58,9 @@ class PPAPI_HOST_EXPORT PpapiHost : public IPC::Sender, public IPC::Listener { | 
| void SendReply(const ReplyMessageContext& context, | 
| 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); | 
|  |