Index: ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc |
index 726809305e193e0a62f6abe2633c5b48bbf0e85c..17beaca46b3123b8759c6540c6e02347b4e57ae4 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc |
@@ -28,6 +28,13 @@ |
'outputs': [['pp_error', 'int32_t'], |
] |
}, |
+ {'name': 'PPB_UDPSocket_Private_GetBoundAddress', |
+ 'inputs': [['udp_socket', 'PP_Resource'], # PP_Resource |
+ ], |
+ 'outputs': [['addr', 'char[]'], # PP_NetAddress_Private* |
+ ['success', 'int32_t'], # PP_Bool |
+ ] |
+ }, |
{'name': 'PPB_UDPSocket_Private_RecvFrom', |
'inputs': [['udp_socket', 'PP_Resource'], # PP_Resource |
['num_bytes', 'int32_t'], |