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

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

Issue 11225051: Cache more information when launching NaCl sel_ldr, and pass 'Dev' interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
Index: ppapi/c/private/ppb_nacl_private.h
===================================================================
--- ppapi/c/private/ppb_nacl_private.h (revision 163557)
+++ ppapi/c/private/ppb_nacl_private.h (working copy)
@@ -25,8 +25,9 @@
void* imc_handles);
// This function starts the PPAPI proxy so the nexe can communicate with the
- // browser's renderer process.
- PP_Bool (*StartPpapiProxy)(PP_Instance instance);
+ // browser's renderer process. Allow 'Dev' interfaces if |allow_dev| is true.
+ PP_Bool (*StartPpapiProxy)(PP_Instance instance,
+ bool allow_dev_interfaces);
// On POSIX systems, this function returns the file descriptor of
// /dev/urandom. On non-POSIX systems, this function returns 0.
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698