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

Unified Diff: content/common/p2p_messages.h

Issue 1405963021: Add support for default local address in IpcNetworkManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a sizeof Created 5 years, 1 month 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 e23ce8ff6d5e72358a3198992e5d28a0640e7f1c..d5ee30ebb63c04d3267e7a62c3dfbb178d38d1b3 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::IPAddressNumber /* default_ipv4_local_address */,
+ net::IPAddressNumber /* default_ipv6_local_address */)
IPC_MESSAGE_CONTROL2(P2PMsg_GetHostAddressResult,
int32 /* request_id */,

Powered by Google App Engine
This is Rietveld 408576698