| Index: components/nacl/browser/nacl_process_host.cc
|
| diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
|
| index e174e83a665533aab259dbdd71a4a7b6e701190e..0a3a0c936d3496e4c22ccd6f1f67e0862d917a55 100644
|
| --- a/components/nacl/browser/nacl_process_host.cc
|
| +++ b/components/nacl/browser/nacl_process_host.cc
|
| @@ -1068,7 +1068,7 @@ void NaClProcessHost::OnResolveFileToken(uint64 file_token_lo,
|
| if (!base::PostTaskAndReplyWithResult(
|
| content::BrowserThread::GetBlockingPool(),
|
| FROM_HERE,
|
| - base::Bind(OpenNaClExecutableImpl, file_path),
|
| + base::Bind(OpenNaClReadExecImpl, file_path, true /* is_executable */),
|
| base::Bind(&NaClProcessHost::FileResolved,
|
| weak_factory_.GetWeakPtr(),
|
| file_path,
|
|
|