| Index: chrome/browser/nacl_host/nacl_browser.cc
|
| diff --git a/chrome/browser/nacl_host/nacl_browser.cc b/chrome/browser/nacl_host/nacl_browser.cc
|
| index c7be0f45a501be68e0b79671ea9311e8492dca01..e6811d3134e41a62ac224806d605f6b776b35bd2 100644
|
| --- a/chrome/browser/nacl_host/nacl_browser.cc
|
| +++ b/chrome/browser/nacl_host/nacl_browser.cc
|
| @@ -229,7 +229,8 @@ void NaClBrowser::EnsureIrtAvailable() {
|
| // TODO(ncbray) use blocking pool.
|
| if (!base::FileUtilProxy::CreateOrOpen(
|
| content::BrowserThread::GetMessageLoopProxyForThread(
|
| - content::BrowserThread::FILE),
|
| + content::BrowserThread::FILE)
|
| + .get(),
|
| irt_filepath_,
|
| base::PLATFORM_FILE_OPEN | base::PLATFORM_FILE_READ,
|
| base::Bind(&NaClBrowser::OnIrtOpened,
|
|
|