Chromium Code Reviews| Index: ppapi/api/private/ppb_nacl_private.idl |
| diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl |
| index 944f87c6c55ddb87e5aa1929cfcedc2a81638e33..621166d520f00eb5530cf3b39121c87a4c5ac0e8 100644 |
| --- a/ppapi/api/private/ppb_nacl_private.idl |
| +++ b/ppapi/api/private/ppb_nacl_private.idl |
| @@ -179,6 +179,7 @@ interface PPB_NaCl_Private { |
| */ |
| void LaunchSelLdr([in] PP_Instance instance, |
| [in] PP_Bool main_service_runtime, |
| + [in] PP_NaClFileInfo nexe_file_info, |
|
jvoung (off chromium)
2014/06/30 21:55:14
rebasing issue? there are now two nexe_file_info p
teravest
2014/07/01 17:48:34
Fixed, thanks.
|
| [in] str_t alleged_url, |
| [in] PP_NaClFileInfo nexe_file_info, |
| [in] PP_Bool uses_irt, |