diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 04:14:05 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 04:14:05 +0000 |
commit | e2ce39ba8c17d53dd587d0f40cadfe361b7ce6ca (patch) | |
tree | e90b7ace33eefb210a911ef717cb282d2df99818 /ppapi/api/private/ppb_nacl_private.idl | |
parent | 72b2725f94cc8b7031179e37b09fb3d22acc1538 (diff) | |
download | chromium_src-e2ce39ba8c17d53dd587d0f40cadfe361b7ce6ca.zip chromium_src-e2ce39ba8c17d53dd587d0f40cadfe361b7ce6ca.tar.gz chromium_src-e2ce39ba8c17d53dd587d0f40cadfe361b7ce6ca.tar.bz2 |
Pepper: Miscellaneous trusted plugin cleanup.
This does some small cleanup of a bunch of little things without any logic
changes.
BUG=239656
Review URL: https://codereview.chromium.org/270863006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270010 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/private/ppb_nacl_private.idl')
-rw-r--r-- | ppapi/api/private/ppb_nacl_private.idl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl index d06e272..400870d 100644 --- a/ppapi/api/private/ppb_nacl_private.idl +++ b/ppapi/api/private/ppb_nacl_private.idl @@ -345,7 +345,7 @@ interface PPB_NaCl_Private { PP_Bool NaClDebugEnabledForURL([in] str_t alleged_nmf_url); /* Returns the kind of SFI sandbox implemented by NaCl on this - /* platform. + * platform. */ str_t GetSandboxArch(); @@ -401,8 +401,6 @@ interface PPB_NaCl_Private { /* Returns the manifest url as passed as a plugin argument. */ PP_Var GetManifestURLArgument([in] PP_Instance instance); - PP_Bool IsPNaCl([in] PP_Instance instance); - PP_Bool DevInterfacesEnabled([in] PP_Instance instance); /* Downloads the manifest into the buffer |data|, invoking @@ -415,7 +413,6 @@ interface PPB_NaCl_Private { int32_t CreatePnaclManifest([in] PP_Instance instance); int32_t CreateJsonManifest([in] PP_Instance instance, [in] str_t manifest_base_url, - [in] str_t sandbox_isa, [in] str_t manifest_data); void DestroyManifest([in] PP_Instance instance, |