| 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();
|
|
|