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

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: rebased 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 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_;
};

Powered by Google App Engine
This is Rietveld 408576698