| Index: ppapi/proxy/ppb_udp_socket_private_proxy.h
|
| diff --git a/ppapi/proxy/ppb_udp_socket_private_proxy.h b/ppapi/proxy/ppb_udp_socket_private_proxy.h
|
| index 4677b4ec8002c13c764d7c6d5197a9a3b4d51a11..f498244511d2387a493d25cb5d10fa6de35ec93d 100644
|
| --- a/ppapi/proxy/ppb_udp_socket_private_proxy.h
|
| +++ b/ppapi/proxy/ppb_udp_socket_private_proxy.h
|
| @@ -30,6 +30,9 @@ class PPB_UDPSocket_Private_Proxy : public InterfaceProxy {
|
|
|
| private:
|
| // Browser->plugin message handlers.
|
| + void OnMsgSetSocketFeatureACK(uint32 plugin_dispatcher_id,
|
| + uint32 socket_id,
|
| + bool succeeded);
|
| void OnMsgBindACK(uint32 plugin_dispatcher_id,
|
| uint32 socket_id,
|
| bool succeeded,
|
|
|