Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppb_udp_socket_private.srpc

Issue 10735056: AllowBroadcast() is exposed to NaCl. (Closed) Base URL: http://git.chromium.org/chromium/src.git@udp_broadcast
Patch Set: Sync. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*

Powered by Google App Engine
This is Rietveld 408576698