Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1752)

Unified Diff: content/common/p2p_messages.h

Issue 365903007: Handle unresolved remote hostname for TCP sockets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */)

Powered by Google App Engine
This is Rietveld 408576698