| 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 e07a26258f1daa70f732b96fb174d07e4abbdc97..f1eb00e6d5579305e7c5149c368d8f871cd5047c 100644
|
| --- a/ppapi/api/private/ppb_nacl_private.idl
|
| +++ b/ppapi/api/private/ppb_nacl_private.idl
|
| @@ -286,7 +286,6 @@ interface PPB_NaCl_Private {
|
|
|
| /* Report that the nexe loaded successfully. */
|
| void ReportLoadSuccess([in] PP_Instance instance,
|
| - [in] str_t url,
|
| [in] uint64_t loaded_bytes,
|
| [in] uint64_t total_bytes);
|
|
|
|
|