| 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_
|
|
|