Index: content/common/p2p_messages.h |
diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h |
index 9f8c201b80e38dbd5d37eced74395fda4bb6ccec..38d5c0e7a1e95aa2a6662086ec67667d9e106bd3 100644 |
--- a/content/common/p2p_messages.h |
+++ b/content/common/p2p_messages.h |
@@ -56,9 +56,10 @@ IPC_MESSAGE_CONTROL2(P2PMsg_GetHostAddressResult, |
int32 /* request_id */, |
net::IPAddressList /* address list*/) |
-IPC_MESSAGE_CONTROL2(P2PMsg_OnSocketCreated, |
+IPC_MESSAGE_CONTROL3(P2PMsg_OnSocketCreated, |
int /* socket_id */, |
- net::IPEndPoint /* socket_address */) |
+ net::IPEndPoint /* socket_address */, |
Sergey Ulanov
2014/07/03 03:31:06
local_address
Mallinath (Gone from Chromium)
2014/07/07 17:56:44
Done.
|
+ net::IPEndPoint /* remote_address */) |
IPC_MESSAGE_CONTROL1(P2PMsg_OnSendComplete, |
int /* socket_id */) |