| 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.
|
|
|