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

Unified Diff: ppapi/api/private/ppb_nacl_private.idl

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/api/private/ppb_nacl_private.idl
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl
index 57e883aa769b8eba928be1e602dcc29af72d232b..703b482dbfc761d7cd3d8c1df80be86cbc182856 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -264,4 +264,9 @@ interface PPB_NaCl_Private {
void ReportLoadError([in] PP_Instance instance,
[in] PP_NaClError error,
[in] 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();
};

Powered by Google App Engine
This is Rietveld 408576698