Chromium Code Reviews| Index: components/nacl/browser/nacl_host_message_filter.cc |
| diff --git a/components/nacl/browser/nacl_host_message_filter.cc b/components/nacl/browser/nacl_host_message_filter.cc |
| index 9389b704d56331b5ccfa04ae7e11f68f39f287bc..109694e03b746366d003c39da6b6c86c68b8df5b 100644 |
| --- a/components/nacl/browser/nacl_host_message_filter.cc |
| +++ b/components/nacl/browser/nacl_host_message_filter.cc |
| @@ -90,7 +90,8 @@ void NaClHostMessageFilter::OnLaunchNaCl( |
| // because we're running in the I/O thread. Ideally we'd use the other path, |
| // which would cover more cases. |
| nacl::NaClBrowser::GetDelegate()->MapUrlToLocalFilePath( |
| - manifest_url, false /* use_blocking_api */, &manifest_path); |
| + manifest_url, false /* use_blocking_api */, |
| + profile_directory_, &manifest_path); |
|
jochen (gone - plz use gerrit)
2014/05/08 07:04:13
please clang-format
Yusuke Sato
2014/05/08 16:28:01
Done.
|
| host->Launch(this, reply_msg, manifest_path); |
| } |