Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: ppapi/api/private/ppb_nacl_private.idl

Issue 356923002: Pepper: Move Pnacl init time out of trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/c/private/ppb_nacl_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/c/private/ppb_nacl_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698