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 c879e48671bf9e1cb00fc42c3325ba6d162bf16f..d53af41499a3ece6c413eeb7c46b35c5dbece8f3 100644 |
--- a/components/nacl/renderer/ppb_nacl_private_impl.cc |
+++ b/components/nacl/renderer/ppb_nacl_private_impl.cc |
@@ -423,7 +423,7 @@ void LaunchSelLdr(PP_Instance instance, |
std::vector<std::pair< |
std::string /*key*/, std::string /*url*/> > resource_files_to_prefetch; |
- if (process_type == kNativeNaClProcessType && uses_nonsfi_mode) { |
+ if (process_type == kNativeNaClProcessType) { |
JsonManifest* manifest = GetJsonManifest(instance); |
if (manifest) |
manifest->GetPrefetchableFiles(&resource_files_to_prefetch); |