| Index: ppapi/native_client/src/trusted/plugin/plugin.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.cc b/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| index 7f7e310502961f4b2f6c0453111f83bf73a8eb84..bc29b9668cfc637068ef3c1419dfce288f9fb110 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| @@ -416,10 +416,6 @@ void Plugin::NaClManifestFileDidOpen(int32_t pp_error) {
|
| // Will always call the callback on success or failure.
|
| nacl_interface_->DownloadNexe(pp_instance(),
|
| program_url.c_str(),
|
| - // pre-open resource files on nonsfi mode
|
| - // TODO(yusukes): Enable the feature for
|
| - // SFI-NaCl too.
|
| - uses_nonsfi_mode,
|
| &nexe_file_info_,
|
| &resource_file_handles_,
|
| &resource_file_handles_len_,
|
|
|