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

Unified Diff: ppapi/c/private/ppb_nacl_private.h

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 | « ppapi/api/private/ppb_nacl_private.idl ('k') | ppapi/native_client/src/trusted/plugin/service_runtime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_nacl_private.h
diff --git a/ppapi/c/private/ppb_nacl_private.h b/ppapi/c/private/ppb_nacl_private.h
index b2cab06cc723c6e0e8f6c4e7ebfc89e2da62096f..e80e35ed54e9365134833e673fd1e5e8c30c8c74 100644
--- a/ppapi/c/private/ppb_nacl_private.h
+++ b/ppapi/c/private/ppb_nacl_private.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_nacl_private.idl modified Fri Jan 23 07:36:29 2015. */
+/* From private/ppb_nacl_private.idl modified Fri Jan 23 09:09:44 2015. */
#ifndef PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
#define PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
@@ -211,8 +211,7 @@ struct PP_NaClFileInfo {
struct PPB_NaCl_Private_1_0 {
/* 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.
@@ -224,7 +223,6 @@ struct PPB_NaCl_Private_1_0 {
const char* alleged_url,
const struct PP_NaClFileInfo* nexe_file_info,
PP_Bool uses_nonsfi_mode,
- PP_Bool enable_ppapi_dev,
PP_NaClAppProcessType process_type,
void* imc_handle,
struct PP_CompletionCallback callback);
@@ -306,7 +304,6 @@ struct PPB_NaCl_Private_1_0 {
* plugin.
*/
void (*ProcessNaClManifest)(PP_Instance instance, const char* program_url);
- PP_Bool (*DevInterfacesEnabled)(PP_Instance instance);
PP_Bool (*GetManifestProgramURL)(PP_Instance instance,
struct PP_Var* full_url,
struct PP_PNaClOptions* pnacl_options,
« no previous file with comments | « ppapi/api/private/ppb_nacl_private.idl ('k') | ppapi/native_client/src/trusted/plugin/service_runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698