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

Unified Diff: ppapi/native_client/src/trusted/plugin/nacl_entry_points.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
« no previous file with comments | « ppapi/c/private/ppb_nacl_private.h ('k') | ppapi/native_client/src/trusted/plugin/plugin_error.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
diff --git a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
index 5e8ca996f45b4a1cf68948bcfacdae2cbe3f0d60..5d2aa8862182dad144f89e053655682159c34d20 100644
--- a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
+++ b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
@@ -20,6 +20,7 @@
typedef PP_ExternalPluginResult (*LaunchNaClProcessFunc)(
PP_Instance instance,
+ PP_Bool main_service_runtime,
const char* alleged_url,
PP_Bool uses_irt,
PP_Bool uses_ppapi,
@@ -31,10 +32,8 @@ typedef PP_ExternalPluginResult (*LaunchNaClProcessFunc)(
const PPP_ManifestService* manifest_service_interface,
void* manifest_service_user_data,
NaClHandle* result_socket,
- struct PP_Var* error_message,
PP_CompletionCallback callback);
-
extern LaunchNaClProcessFunc launch_nacl_process;
#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_
« no previous file with comments | « ppapi/c/private/ppb_nacl_private.h ('k') | ppapi/native_client/src/trusted/plugin/plugin_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698