| 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 3dc4b45aa97a02c158fb441846a2078da4fe4472..5042c30d0d51bb6fafedd5601aaafd2d1f7b89e8 100644
|
| --- a/components/nacl/browser/nacl_host_message_filter.h
|
| +++ b/components/nacl/browser/nacl_host_message_filter.h
|
| @@ -51,6 +51,7 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter {
|
| void OnLaunchNaCl(const NaClLaunchParams& launch_params,
|
| IPC::Message* reply_msg);
|
| void OnGetReadonlyPnaclFd(const std::string& filename,
|
| + bool is_executable,
|
| IPC::Message* reply_msg);
|
| void OnNaClCreateTemporaryFile(IPC::Message* reply_msg);
|
| void OnNaClGetNumProcessors(int* num_processors);
|
|
|