| 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);
|
|
|