Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index ca43e8d08d9f316b0abb1470ea7b28468a65cd68..5c5f3bbd51cf3dc8c9b2c0d63a08fd2858626bfc 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -541,11 +541,12 @@ IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_ForwardMessageToExternalHost, |
// a new instance of the Native Client process. The browser will launch |
// the process and return an IPC channel handle. This handle will only |
// be valid if the NaCl IPC proxy is enabled. |
-IPC_SYNC_MESSAGE_CONTROL4_3(ChromeViewHostMsg_LaunchNaCl, |
+IPC_SYNC_MESSAGE_CONTROL5_3(ChromeViewHostMsg_LaunchNaCl, |
GURL /* manifest_url */, |
int /* render_view_id */, |
uint32 /* permission_bits */, |
int /* socket count */, |
+ bool /* uses_irt */, |
std::vector<nacl::FileDescriptor> |
/* imc channel handles */, |
IPC::ChannelHandle /* ipc_channel_handle */, |