Index: chrome/common/nacl_messages.h |
diff --git a/chrome/common/nacl_messages.h b/chrome/common/nacl_messages.h |
index 5f4aaa6e4ddff65e800d0ce17b6a388ed78abbdd..929758022c3be6a3f2e7a8a816a516cdabadefc1 100644 |
--- a/chrome/common/nacl_messages.h |
+++ b/chrome/common/nacl_messages.h |
@@ -20,9 +20,8 @@ |
// NaClProcess messages |
// These are messages sent from the browser to the NaCl process. |
// Tells the NaCl process to start. |
-IPC_MESSAGE_CONTROL2(NaClProcessMsg_Start, |
- std::vector<nacl::FileDescriptor> /* sockets */, |
- bool /* have_irt_file */) |
+IPC_MESSAGE_CONTROL1(NaClProcessMsg_Start, |
+ std::vector<nacl::FileDescriptor> /* sockets */) |
// Tells the NaCl broker to launch a NaCl loader process. |
IPC_MESSAGE_CONTROL1(NaClProcessMsg_LaunchLoaderThroughBroker, |
@@ -36,4 +35,3 @@ IPC_MESSAGE_CONTROL2(NaClProcessMsg_LoaderLaunched, |
// Notify the broker that all loader processes have been terminated and it |
// should shutdown. |
IPC_MESSAGE_CONTROL0(NaClProcessMsg_StopBroker) |
- |