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

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: 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/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..dafa1e6cf575a5665af7e4f1ee8d789053e1dd8e 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
@@ -396,6 +396,7 @@ void ServiceRuntime::StartSelLdr(const SelLdrStartParams& params,
PP_FromBool(main_service_runtime_),
params.url.c_str(),
&params.file_info,
+ params.resource_file_handles,
PP_FromBool(uses_nonsfi_mode_),
PP_FromBool(enable_dev_interfaces),
params.process_type,

Powered by Google App Engine
This is Rietveld 408576698