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

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

Issue 301013002: Pepper: Manifest ID cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix type signature Created 6 years, 7 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 0bab1838901f10cac3b9341841a34ec6bbbb989d..c63378fef2959c670f39d6764860a902387aeae5 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -368,7 +368,6 @@ interface PPB_NaCl_Private {
/* Performs accounting for requesting the NaCl manifest at the given URL. */
void RequestNaClManifest([in] PP_Instance instance,
[in] str_t manifest_url,
- [out] int32_t manifest_id,
[in] PP_CompletionCallback callback);
PP_Var GetManifestBaseURL([in] PP_Instance instance);
@@ -385,19 +384,13 @@ interface PPB_NaCl_Private {
PP_Bool DevInterfacesEnabled([in] PP_Instance instance);
- int32_t CreatePnaclManifest([in] PP_Instance instance);
-
- void DestroyManifest([in] PP_Instance instance,
- [in] int32_t manifest_id);
-
PP_Bool GetManifestProgramURL([in] PP_Instance instance,
- [in] int32_t manifest_id,
[out] PP_Var full_url,
[out] PP_PNaClOptions pnacl_options,
[out] PP_Bool uses_nonsfi_mode);
PP_Bool ManifestResolveKey([in] PP_Instance instance,
- [in] int32_t manifest_id,
+ [in] PP_Bool helper_process,
[in] str_t key,
[out] PP_Var full_url,
[out] PP_PNaClOptions pnacl_options);
« 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