| 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 2c1e9a58610c82588ebe98387a3ebbd886d45fe9..d0e692524127f45f0d5a66738c8a4fb8dd172b54 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| @@ -268,8 +268,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_;
|
| @@ -290,7 +288,6 @@ class ServiceRuntime {
|
| int exit_status_;
|
| bool start_sel_ldr_done_;
|
|
|
| - PP_Var start_sel_ldr_error_message_;
|
| pp::CompletionCallbackFactory<ServiceRuntime> callback_factory_;
|
| };
|
|
|
|
|