| 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 2168d4f87dfe2541421b9bd4e17474cb7d41b088..243a97f58fba0b0087b36e2a3c479a7008d79ab8 100644
|
| --- a/ppapi/api/private/ppb_nacl_private.idl
|
| +++ b/ppapi/api/private/ppb_nacl_private.idl
|
| @@ -288,8 +288,7 @@ interface PPB_NaCl_Private {
|
| [in] PP_Bool success,
|
| [in] int32_t opt_level,
|
| [in] int64_t pexe_size,
|
| - [in] int64_t compile_time_us,
|
| - [in] int64_t total_time_us);
|
| + [in] int64_t compile_time_us);
|
|
|
| /* Dispatch a progress event on the DOM element where the given instance is
|
| * embedded.
|
| @@ -435,4 +434,9 @@ interface PPB_NaCl_Private {
|
| [in] str_t key,
|
| [out] PP_NaClFileInfo file_info,
|
| [in] PP_CompletionCallback callback);
|
| +
|
| + /* Sets the start time for PNaCl downloading and translation to the current
|
| + * time.
|
| + */
|
| + void SetPNaClStartTime([in] PP_Instance instance);
|
| };
|
|
|