summaryrefslogtreecommitdiffstats
path: root/ppapi/api/private/ppb_nacl_private.idl
diff options
context:
space:
mode:
authorteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 00:22:03 +0000
committerteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 00:22:03 +0000
commit51ea8de009420bb4cc6258e7846fa3080b93f4d6 (patch)
tree44daa54e1a157db42561ac0d5301a1a164b2ae66 /ppapi/api/private/ppb_nacl_private.idl
parenta56460570f6c8533932ad15267a009980b01e91f (diff)
downloadchromium_src-51ea8de009420bb4cc6258e7846fa3080b93f4d6.zip
chromium_src-51ea8de009420bb4cc6258e7846fa3080b93f4d6.tar.gz
chromium_src-51ea8de009420bb4cc6258e7846fa3080b93f4d6.tar.bz2
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
Diffstat (limited to 'ppapi/api/private/ppb_nacl_private.idl')
-rw-r--r--ppapi/api/private/ppb_nacl_private.idl1
1 files changed, 0 insertions, 1 deletions
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);