Index: ppapi/proxy/ppp_messaging_proxy.h |
diff --git a/ppapi/proxy/ppp_messaging_proxy.h b/ppapi/proxy/ppp_messaging_proxy.h |
index 210574abddc38de1f3fcdb4e940d042e62a6efae..d9dde3cb2e51667acbe6c9303f47e667ff6de2df 100644 |
--- a/ppapi/proxy/ppp_messaging_proxy.h |
+++ b/ppapi/proxy/ppp_messaging_proxy.h |
@@ -27,6 +27,9 @@ class PPP_Messaging_Proxy : public InterfaceProxy { |
// Message handlers. |
void OnMsgHandleMessage(PP_Instance instance, |
SerializedVarReceiveInput data); |
+ void OnMsgHandleBlockingMessage(PP_Instance instance, |
+ SerializedVarReceiveInput data, |
+ IPC::Message* reply); |
// When this proxy is in the plugin side, this value caches the interface |
// pointer so we don't have to retrieve it from the dispatcher each time. |