| 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 c8397bf187707dcc27b485daac2ffa5ed9b9be55..0eb7205e0e37c64b9dd17a7fc5022452477a29e5 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 Mon Feb 24 12:10:24 2014. */
|
| +/* From private/ppb_nacl_private.idl modified Tue Feb 25 17:06:35 2014. */
|
|
|
| #ifndef PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
|
| #define PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
|
| @@ -272,6 +272,10 @@ struct PPB_NaCl_Private_1_0 {
|
| void (*ReportLoadError)(PP_Instance instance,
|
| PP_NaClError error,
|
| PP_Bool is_installed);
|
| + /* Return true if the NaCl debug stub is enabled and the loaded app
|
| + * will be attached to a debugger.
|
| + */
|
| + PP_Bool (*NaClDebugStubEnabled)(void);
|
| };
|
|
|
| typedef struct PPB_NaCl_Private_1_0 PPB_NaCl_Private;
|
|
|