| 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 d2b5b537467015dc3e91e492dfda2442d682b0a3..a1b6ef7e6a6a7b4fb2bf627b38ff44aaacf954df 100644
|
| --- a/ppapi/api/private/ppb_nacl_private.idl
|
| +++ b/ppapi/api/private/ppb_nacl_private.idl
|
| @@ -310,8 +310,7 @@ interface PPB_NaCl_Private {
|
| /* Report an error that occured while attempting to load a nexe. */
|
| void ReportLoadError([in] PP_Instance instance,
|
| [in] PP_NaClError error,
|
| - [in] str_t error_message,
|
| - [in] str_t console_message);
|
| + [in] str_t error_message);
|
|
|
| /* Reports that loading a nexe was aborted. */
|
| void ReportLoadAbort([in] PP_Instance instance);
|
|
|