diff options
Diffstat (limited to 'ppapi/native_client/src/trusted/plugin/plugin.h')
-rw-r--r-- | ppapi/native_client/src/trusted/plugin/plugin.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h index d71e589..1fe082a 100644 --- a/ppapi/native_client/src/trusted/plugin/plugin.h +++ b/ppapi/native_client/src/trusted/plugin/plugin.h @@ -85,9 +85,7 @@ class Plugin : public pp::Instance { // mechanism(s) take over. void LoadNaClModule(PP_NaClFileInfo file_info, bool uses_nonsfi_mode, - bool enable_dyncode_syscalls, - bool enable_exception_handling, - bool enable_crash_throttling, + PP_NaClAppProcessType process_type, const pp::CompletionCallback& init_done_cb); // Finish hooking interfaces up, after low-level initialization is |