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

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

Issue 9398003: Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private value instead of uint1… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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_net_address_private.srpc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_net_address_private.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_net_address_private.srpc
index 6a9f5b942eb0392bcb1bfe98edb43520deba36dc..a587c378d1d35cf6e2b7c9da96687b1f2a5ff8b9 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_net_address_private.srpc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_net_address_private.srpc
@@ -47,7 +47,7 @@
{'name': 'PPB_NetAddress_Private_GetFamily',
'inputs': [['addr', 'char[]'], # PP_NetAddress_Private*
],
- 'outputs': [['addr_family', 'int32_t'], # uint16_t
+ 'outputs': [['addr_family', 'int32_t'], # PP_NetAddressFamily_Private
]
},
{'name': 'PPB_NetAddress_Private_GetPort',

Powered by Google App Engine
This is Rietveld 408576698