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

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

Issue 9834086: Revert 128763 - Broke pnacl SDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/ppb_net_address_private.srpc (revision 128765)
+++ ppapi/native_client/src/shared/ppapi_proxy/ppb_net_address_private.srpc (working copy)
@@ -63,26 +63,5 @@
['success', 'int32_t'], # PP_Bool
]
},
- {'name': 'PPB_NetAddress_Private_GetScopeID',
- 'inputs': [['addr', 'char[]'], # PP_NetAddress_Private*
- ],
- 'outputs': [['scope_id', 'int32_t'], # uint32_t
- ]
- },
- {'name': 'PPB_NetAddress_Private_CreateFromIPv4Address',
- 'inputs': [['ip', 'char[]'], # uint8_t[4]
- ['port', 'int32_t'], # uint16_t
- ],
- 'outputs': [['addr', 'char[]'], # PP_NetAddress_Private*
- ]
- },
- {'name': 'PPB_NetAddress_Private_CreateFromIPv6Address',
- 'inputs': [['ip', 'char[]'], # uint8_t[16]
- ['scope_id', 'int32_t'], # uint32_t
- ['port', 'int32_t'], # uint16_t
- ],
- 'outputs': [['addr', 'char[]'], # PP_NetAddress_Private*
- ]
- },
]
}

Powered by Google App Engine
This is Rietveld 408576698