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

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

Issue 311273007: Pepper: Clean up trusted plugin error reporting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 d2b5b537467015dc3e91e492dfda2442d682b0a3..a1b6ef7e6a6a7b4fb2bf627b38ff44aaacf954df 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -310,8 +310,7 @@ interface PPB_NaCl_Private {
/* Report an error that occured while attempting to load a nexe. */
void ReportLoadError([in] PP_Instance instance,
[in] PP_NaClError error,
- [in] str_t error_message,
- [in] str_t console_message);
+ [in] str_t error_message);
/* Reports that loading a nexe was aborted. */
void ReportLoadAbort([in] PP_Instance instance);

Powered by Google App Engine
This is Rietveld 408576698