| Index: ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| index 78c781b1941545c8a203b08208080eb71770c01c..80b496b6a9190db8513cec9fc9247a856e5127a7 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| @@ -276,7 +276,9 @@ class ServiceRuntime {
|
|
|
| private:
|
| NACL_DISALLOW_COPY_AND_ASSIGN(ServiceRuntime);
|
| - bool InitCommunication(nacl::DescWrapper* shm, ErrorInfo* error_info);
|
| + bool LoadModule(nacl::DescWrapper* shm, ErrorInfo* error_info);
|
| + bool InitReverseService(ErrorInfo* error_info);
|
| + bool StartModule(ErrorInfo* error_info);
|
|
|
| NaClSrpcChannel command_channel_;
|
| Plugin* plugin_;
|
|
|