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

Unified Diff: components/nacl/renderer/ppb_nacl_private_impl.cc

Issue 1010183002: SFI NaCl: Batch-open resource files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address all comments Created 5 years, 7 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
« no previous file with comments | « components/nacl/loader/nacl_listener.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/ppb_nacl_private_impl.cc
diff --git a/components/nacl/renderer/ppb_nacl_private_impl.cc b/components/nacl/renderer/ppb_nacl_private_impl.cc
index 3a3495aef71eba114ccd559532b6799e9eb81dcd..10018950037467e9b55c565a2c6208f051bbdd31 100644
--- a/components/nacl/renderer/ppb_nacl_private_impl.cc
+++ b/components/nacl/renderer/ppb_nacl_private_impl.cc
@@ -422,7 +422,7 @@ void LaunchSelLdr(PP_Instance instance,
IPC::InvalidPlatformFileForTransit();
std::vector<NaClResourcePrefetchRequest> resource_prefetch_request_list;
- if (process_type == kNativeNaClProcessType && uses_nonsfi_mode) {
+ if (process_type == kNativeNaClProcessType) {
JsonManifest* manifest = GetJsonManifest(instance);
if (manifest) {
manifest->GetPrefetchableFiles(&resource_prefetch_request_list);
« no previous file with comments | « components/nacl/loader/nacl_listener.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698