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 73ec13fcf695220251be7fcf225fad321d80711e..341cc64d7c58b07498e528235c5358fe57524c3b 100644 |
--- a/components/nacl/browser/nacl_host_message_filter.h |
+++ b/components/nacl/browser/nacl_host_message_filter.h |
@@ -55,6 +55,7 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter { |
IPC::Message* reply_msg, |
ppapi::PpapiPermissions permissions); |
void OnGetReadonlyPnaclFd(const std::string& filename, |
+ bool is_executable, |
IPC::Message* reply_msg); |
void OnNaClCreateTemporaryFile(IPC::Message* reply_msg); |
void OnNaClGetNumProcessors(int* num_processors); |