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

Unified Diff: ppapi/native_client/src/trusted/plugin/service_runtime.cc

Issue 649603004: Non-SFI NaCl: Batch-open resource files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ipc/ and mojo/ changes following Mark's suggestion Created 6 years 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/service_runtime.cc
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.cc b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
index c949907b42f2ed3d934957dcf029988afd482da5..61d8c56643afe83be3d4243fd7d7f6cf554fcdcf 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
@@ -396,6 +396,8 @@ void ServiceRuntime::StartSelLdr(const SelLdrStartParams& params,
PP_FromBool(main_service_runtime_),
params.url.c_str(),
&params.file_info,
+ params.resource_file_handles,
+ params.resource_file_handles_len,
PP_FromBool(uses_nonsfi_mode_),
PP_FromBool(enable_dev_interfaces),
params.process_type,

Powered by Google App Engine
This is Rietveld 408576698