Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index b2fa2af4b7867a044367cb781c08fe0e7b1325a6..845d917eba4bb74d5513fd8d29a9ccd5bb6d411d 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -738,6 +738,8 @@ IPC_MESSAGE_CONTROL0(PpapiHostMsg_Keepalive) |
// initialize properly. |
IPC_MESSAGE_CONTROL1(PpapiHostMsg_ChannelCreated, |
IPC::ChannelHandle /* handle */) |
+IPC_MESSAGE_CONTROL1(PpapiHostMsg_NaClChannelCreated, |
+ IPC::ChannelHandle /* handle */) |
// Logs the given message to the console of all instances. |
IPC_MESSAGE_CONTROL4(PpapiHostMsg_LogWithSource, |