From 51ea8de009420bb4cc6258e7846fa3080b93f4d6 Mon Sep 17 00:00:00 2001 From: "teravest@chromium.org" Date: Thu, 3 Jul 2014 00:22:03 +0000 Subject: Pepper: Remove program_url in trusted plugin. This reduces the amount of state in the trusted plugin (slightly). BUG=239656 Review URL: https://codereview.chromium.org/367153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281127 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/api/private/ppb_nacl_private.idl | 1 - 1 file changed, 1 deletion(-) (limited to '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 e07a262..f1eb00e 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); -- cgit v1.1