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

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

Issue 424893003: Pepper: Move NaCl fatal logging to Chrome IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for dmichael Created 6 years, 5 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 d847cc79157d5d56b4a2e96b64f2bc18ccaa911a..8d9038c36c1e404af2b3628c6e628e8701a863aa 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -276,8 +276,7 @@ interface PPB_NaCl_Private {
void ReportLoadAbort([in] PP_Instance instance);
/* Reports that the nexe has crashed. */
- void NexeDidCrash([in] PP_Instance instance,
- [in] str_t crash_log);
+ void NexeDidCrash([in] PP_Instance instance);
/* Performs internal setup when an instance is created. */
void InstanceCreated([in] PP_Instance instance);

Powered by Google App Engine
This is Rietveld 408576698