| Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
|
| index c613a3c705803c5e9aef9abb05dfcf62a2f6c58e..14f0eb67bb2142d98af9d87d889a62d13d57dbab 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
|
| @@ -39,11 +39,9 @@ class PppRpcServer {
|
| static void PPP_InitializeModule(
|
| NaClSrpcRpc* rpc,
|
| NaClSrpcClosure* done,
|
| - int32_t pid,
|
| PP_Module module,
|
| NaClSrpcImcDescType upcall_channel_desc,
|
| const char* service_description,
|
| - int32_t* nacl_pid,
|
| int32_t* success);
|
| static void PPP_ShutdownModule(
|
| NaClSrpcRpc* rpc,
|
|
|