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

Unified Diff: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h

Issue 18045007: Show more different NaCl loading errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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/native_client/src/trusted/plugin/nacl_entry_points.h
===================================================================
--- ppapi/native_client/src/trusted/plugin/nacl_entry_points.h (revision 211556)
+++ ppapi/native_client/src/trusted/plugin/nacl_entry_points.h (working copy)
@@ -24,7 +24,8 @@
PP_Bool enable_ppapi_dev,
PP_Bool enable_dyncode_syscalls,
PP_Bool enable_exception_handling,
- NaClHandle* result_socket);
+ NaClHandle* result_socket,
+ struct PP_Var* error_message);
extern LaunchNaClProcessFunc launch_nacl_process;

Powered by Google App Engine
This is Rietveld 408576698