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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

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
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h (revision 128765)
+++ ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h (working copy)
@@ -799,21 +799,6 @@
nacl_abi_size_t addr_bytes, char* addr,
nacl_abi_size_t* address_bytes, char* address,
int32_t* success);
- static NaClSrpcError PPB_NetAddress_Private_GetScopeID(
- NaClSrpcChannel* channel,
- nacl_abi_size_t addr_bytes, char* addr,
- int32_t* scope_id);
- static NaClSrpcError PPB_NetAddress_Private_CreateFromIPv4Address(
- NaClSrpcChannel* channel,
- nacl_abi_size_t ip_bytes, char* ip,
- int32_t port,
- nacl_abi_size_t* addr_bytes, char* addr);
- static NaClSrpcError PPB_NetAddress_Private_CreateFromIPv6Address(
- NaClSrpcChannel* channel,
- nacl_abi_size_t ip_bytes, char* ip,
- int32_t scope_id,
- int32_t port,
- nacl_abi_size_t* addr_bytes, char* addr);
private:
PpbNetAddressPrivateRpcClient();
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698