Index: components/nacl/browser/nacl_file_host.cc |
diff --git a/components/nacl/browser/nacl_file_host.cc b/components/nacl/browser/nacl_file_host.cc |
index 2744b8e948bc6ea86d2bfc1d2e6e60c14e02fe0e..0a0f10c34244338cecaf407fdd98b83c316d3fee 100644 |
--- a/components/nacl/browser/nacl_file_host.cc |
+++ b/components/nacl/browser/nacl_file_host.cc |
@@ -117,7 +117,10 @@ void DoOpenNaClExecutableOnThreadPool( |
base::FilePath file_path; |
if (!nacl::NaClBrowser::GetDelegate()->MapUrlToLocalFilePath( |
- file_url, true /* use_blocking_api */, &file_path)) { |
+ file_url, |
+ true /* use_blocking_api */, |
+ nacl_host_message_filter->profile_directory(), |
+ &file_path)) { |
NotifyRendererOfError(nacl_host_message_filter.get(), reply_msg); |
return; |
} |