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

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

Issue 874603002: NaCl: Simplify the plumbing for PPAPI's DevInterfacesEnabled flag (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 0307fc1f58a3297b75726a934a62a8258bd8344e..37c1155b227ff0f47352bc9233c0ddc6836a0dd9 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -168,8 +168,7 @@ struct PP_NaClFileInfo {
interface PPB_NaCl_Private {
/* Launches NaCl's sel_ldr process. Returns PP_EXTERNAL_PLUGIN_OK on success
* and writes a NaClHandle to imc_handle. Returns PP_EXTERNAL_PLUGIN_FAILED on
- * failure. The |enable_ppapi_dev| parameter controls whether GetInterface
- * returns 'Dev' interfaces to the NaCl plugin.
+ * failure.
* The |nexe_file_info| is currently used only in non-SFI mode. It is the
* file handle for the main nexe file, which should be initially loaded.
* LaunchSelLdr takes the ownership of the file handle.
@@ -181,7 +180,6 @@ interface PPB_NaCl_Private {
[in] str_t alleged_url,
[in] PP_NaClFileInfo nexe_file_info,
[in] PP_Bool uses_nonsfi_mode,
- [in] PP_Bool enable_ppapi_dev,
[in] PP_NaClAppProcessType process_type,
[out] mem_t imc_handle,
[in] PP_CompletionCallback callback);
@@ -281,8 +279,6 @@ interface PPB_NaCl_Private {
void ProcessNaClManifest([in] PP_Instance instance,
[in] str_t program_url);
- PP_Bool DevInterfacesEnabled([in] PP_Instance instance);
-
PP_Bool GetManifestProgramURL([in] PP_Instance instance,
[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