| Index: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
|
| index 711a82b381a05681fd7fef7f01833ebff0e3965e..47d2fb17ad53b1c60246ec2faa4e1e2d353e2066 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
|
| @@ -37,11 +37,9 @@ class PppRpcClient {
|
| public:
|
| static NaClSrpcError PPP_InitializeModule(
|
| NaClSrpcChannel* channel,
|
| - int32_t pid,
|
| PP_Module module,
|
| NaClSrpcImcDescType upcall_channel_desc,
|
| const char* service_description,
|
| - int32_t* nacl_pid,
|
| int32_t* success);
|
| static NaClSrpcError PPP_ShutdownModule(
|
| NaClSrpcChannel* channel);
|
|
|