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

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

Issue 649603004: Non-SFI NaCl: Batch-open resource files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review Created 6 years, 2 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/plugin.h
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
index 1fe082a643642e9679be0c77efc7875dd70b932a..43863851979ca3a7a6ef7c8ac9b0fdaacf8fa43b 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.h
+++ b/ppapi/native_client/src/trusted/plugin/plugin.h
@@ -84,6 +84,7 @@ class Plugin : public pp::Instance {
// nacl_ready_state to be done, and let the normal crash detection
// mechanism(s) take over.
void LoadNaClModule(PP_NaClFileInfo file_info,
+ PP_NaClResourceFileHandle* resource_file_handles,
bool uses_nonsfi_mode,
PP_NaClAppProcessType process_type,
const pp::CompletionCallback& init_done_cb);
@@ -192,6 +193,7 @@ class Plugin : public pp::Instance {
int exit_status_;
PP_NaClFileInfo nexe_file_info_;
+ PP_NaClResourceFileHandle* resource_file_handles_;
const PPB_NaCl_Private* nacl_interface_;
pp::UMAPrivate uma_interface_;

Powered by Google App Engine
This is Rietveld 408576698