| 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 a4e282812024cbf49b103b1eb64f42a1216abf5b..532834986cc021de144411e01bf7c186061eaa3b 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| @@ -230,8 +230,6 @@ class ServiceRuntime {
|
| bool LoadModule(nacl::DescWrapper* shm, ErrorInfo* error_info);
|
| bool InitReverseService(ErrorInfo* error_info);
|
| bool StartModule(ErrorInfo* error_info);
|
| - void StartSelLdrContinuation(int32_t pp_error,
|
| - pp::CompletionCallback callback);
|
|
|
| NaClSrpcChannel command_channel_;
|
| Plugin* plugin_;
|
| @@ -252,7 +250,6 @@ class ServiceRuntime {
|
| int exit_status_;
|
| bool start_sel_ldr_done_;
|
|
|
| - PP_Var start_sel_ldr_error_message_;
|
| pp::CompletionCallbackFactory<ServiceRuntime> callback_factory_;
|
| };
|
|
|
|
|