Index: components/nacl/browser/nacl_process_host.h |
diff --git a/components/nacl/browser/nacl_process_host.h b/components/nacl/browser/nacl_process_host.h |
index 1617a127a4a5bc9529a9a80b8aa27694b658e2ba..e4848cce2f33c826b0c94c91fdf1607767cd3ed0 100644 |
--- a/components/nacl/browser/nacl_process_host.h |
+++ b/components/nacl/browser/nacl_process_host.h |
@@ -19,6 +19,7 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/message_loop/message_loop.h" |
#include "base/process/process.h" |
+#include "components/nacl/browser/nacl_browser.h" |
#include "components/nacl/common/nacl_types.h" |
#include "content/public/browser/browser_child_process_host_delegate.h" |
#include "content/public/browser/browser_child_process_host_iterator.h" |
@@ -174,10 +175,10 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate { |
// on success. |
bool StartNaClExecution(); |
- void StartNaClFileResolved( |
+ void StartNaClFilesResolved( |
NaClStartParams params, |
- const base::FilePath& file_path, |
- base::File nexe_file); |
+ size_t checked_nexe_files_len, |
+ scoped_ptr<OpenNaClFileReadExecImplResult[]> checked_nexe_files); |
// Does post-process-launching tasks for starting the NaCl process once |
// we have a connection. |