Index: components/nacl/common/nacl_host_messages.h |
diff --git a/components/nacl/common/nacl_host_messages.h b/components/nacl/common/nacl_host_messages.h |
index 3a37e8f24e064ca0e81cdbd2a4ee72e614c6e3cc..b57ff1d56aa13239d201911d4e2b72bc00a2b70b 100644 |
--- a/components/nacl/common/nacl_host_messages.h |
+++ b/components/nacl/common/nacl_host_messages.h |
@@ -103,9 +103,10 @@ IPC_MESSAGE_CONTROL1(NaClHostMsg_MissingArchError, |
// A renderer sends this to the browser process when it wants to |
// open a NaCl executable file from an installed application directory. |
-IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_OpenNaClExecutable, |
+IPC_SYNC_MESSAGE_CONTROL3_3(NaClHostMsg_OpenNaClExecutable, |
int /* render_view_id */, |
GURL /* URL of NaCl executable file */, |
+ bool /* enable_validation_caching */, |
IPC::PlatformFileForTransit /* output file */, |
uint64 /* file_token_lo */, |
uint64 /* file_token_hi */) |