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

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

Issue 181153002: Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaClDebug (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nosandbox win Created 6 years, 10 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
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;

Powered by Google App Engine
This is Rietveld 408576698