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 3e5a27b2fcab3ece7e933ab3d68a2b6b3414bd14..395012c71ff70d791a6eb74112cac3c3c844e79d 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 |
@@ -20,6 +20,14 @@ |
'outputs': [['is_udp_socket_private', 'int32_t'], # PP_Bool |
] |
}, |
+ {'name': 'PPB_UDPSocket_Private_SetSocketFeature', |
+ 'inputs': [['udp_socket', 'PP_Resource'], # PP_Resource |
+ ['name', 'int32_t'], # PP_UDPSocketFeature_Private |
+ ['value', 'char[]'], # PP_Var |
+ ], |
+ 'outputs': [['pp_error', 'int32_t'], |
+ ] |
+ }, |
{'name': 'PPB_UDPSocket_Private_Bind', |
'inputs': [['udp_socket', 'PP_Resource'], # PP_Resource |
['addr', 'char[]'], # PP_NetAddress_Private* |