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-06-20 23:31:34 +0000
committerteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-20 23:31:34 +0000
commitd3833fe876803c050cdddb1d62d26fa492de4dc2 (patch)
treeba3c24b6a756f00eead4d3a992bf8a228aa763c3 /ppapi/api/private/ppb_nacl_private.idl
parent87adc13029b0e6a57dc3f589eafd59aceb8fe5f1 (diff)
downloadchromium_src-d3833fe876803c050cdddb1d62d26fa492de4dc2.zip
chromium_src-d3833fe876803c050cdddb1d62d26fa492de4dc2.tar.gz
chromium_src-d3833fe876803c050cdddb1d62d26fa492de4dc2.tar.bz2
Pepper: Simplify OpenResource() for Non-SFI.
The Non-SFI implementation of OpenResource is pretty complicated. This is because the logic to support that operation was entirely in the trusted plugin. Now, we can perform the necessary logic entirely in Chromium, so it can be made much simpler. CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_rel_precise32 BUG=239656 Review URL: https://codereview.chromium.org/339213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/private/ppb_nacl_private.idl')
-rw-r--r--ppapi/api/private/ppb_nacl_private.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl
index 9a94214..f57b7f6 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -156,14 +156,6 @@ interface PPP_ManifestService {
/* Called when PPAPI initialization in the NaCl plugin is finished. */
PP_Bool StartupInitializationComplete([inout] mem_t user_data);
-
- /* Called when irt_open_resource() is invoked in the NaCl plugin.
- * Upon completion, callback will be invoked with given callback_user_data
- * and the result file handle (or PP_kInvalidFileHandle on error). */
- PP_Bool OpenResource([inout] mem_t user_data,
- [in] str_t entry_key,
- [in] PP_OpenResourceCompletionCallback callback,
- [inout] mem_t callback_user_data);
};
/* Corresponds to NaClFileInfo in