Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: ppapi/native_client/src/trusted/plugin/service_runtime.h

Issue 282683002: Pepper: Simplify LaunchSelLdr error reporting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
};

Powered by Google App Engine
This is Rietveld 408576698