Index: content/browser/renderer_host/p2p/socket_dispatcher_host.cc |
diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc |
index 18f20f75e50a4b1081700ed7c037cd44dd53b71a..1527b03ed9467ef2463300ba4fed61d1390b3e5c 100644 |
--- a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc |
+++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc |
@@ -276,7 +276,8 @@ void P2PSocketDispatcherHost::OnDestroySocket(int socket_id) { |
void P2PSocketDispatcherHost::DoGetNetworkList() { |
net::NetworkInterfaceList list; |
- net::GetNetworkList(&list, net::EXCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES); |
+ net::GetNetworkList(&list, net::EXCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES | |
+ net::INCLUDE_IPV6_TEMP_ADDRESS_IF_AVAILABLE); |
BrowserThread::PostTask( |
BrowserThread::IO, FROM_HERE, base::Bind( |
&P2PSocketDispatcherHost::SendNetworkList, this, list)); |