Chromium Code Reviews| Index: content/common/p2p_messages.h |
| diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h |
| index e23ce8ff6d5e72358a3198992e5d28a0640e7f1c..827bc1137824f8b914815466aaae3665bea1ad66 100644 |
| --- a/content/common/p2p_messages.h |
| +++ b/content/common/p2p_messages.h |
| @@ -58,8 +58,10 @@ IPC_STRUCT_TRAITS_END() |
| // P2P Socket messages sent from the browser to the renderer. |
| -IPC_MESSAGE_CONTROL1(P2PMsg_NetworkListChanged, |
| - net::NetworkInterfaceList /* networks */) |
| +IPC_MESSAGE_CONTROL3(P2PMsg_NetworkListChanged, |
| + net::NetworkInterfaceList /* networks */, |
| + net::IPEndPoint /* default_ipv4_local_address */, |
|
Sergey Ulanov
2015/11/10 22:44:17
Does this need to be IPEndPoint instead of IPAddre
guoweis_webrtc
2015/11/11 00:11:51
Done.
|
| + net::IPEndPoint /* default_ipv6_local_address */) |
| IPC_MESSAGE_CONTROL2(P2PMsg_GetHostAddressResult, |
| int32 /* request_id */, |