Index: components/nacl/browser/nacl_host_message_filter.h |
diff --git a/components/nacl/browser/nacl_host_message_filter.h b/components/nacl/browser/nacl_host_message_filter.h |
index ec8ece4b12d3d943378de1895834a0415d7cbbd5..6b8e21155d257532d32f3d455c024313b1f41750 100644 |
--- a/components/nacl/browser/nacl_host_message_filter.h |
+++ b/components/nacl/browser/nacl_host_message_filter.h |
@@ -54,17 +54,12 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter { |
void OnLaunchNaCl(const NaClLaunchParams& launch_params, |
IPC::Message* reply_msg); |
- void BatchOpenResourceFiles(const nacl::NaClLaunchParams& launch_params, |
- IPC::Message* reply_msg, |
- ppapi::PpapiPermissions permissions); |
- void LaunchNaClContinuation( |
+ void LaunchNaClContinuationOnUIThread( |
const nacl::NaClLaunchParams& launch_params, |
IPC::Message* reply_msg); |
void LaunchNaClContinuationOnIOThread( |
const nacl::NaClLaunchParams& launch_params, |
IPC::Message* reply_msg, |
- const std::vector< |
- nacl::NaClResourceFileInfo>& prefetched_resource_files_info, |
ppapi::PpapiPermissions permissions); |
void OnGetReadonlyPnaclFd(const std::string& filename, |
bool is_executable, |