Chromium Code Reviews| Index: jingle/notifier/base/chrome_async_socket.cc |
| =================================================================== |
| --- jingle/notifier/base/chrome_async_socket.cc (revision 135898) |
| +++ jingle/notifier/base/chrome_async_socket.cc (working copy) |
| @@ -105,7 +105,8 @@ |
| DCHECK_EQ(false, weak_factory_.HasWeakPtrs()); |
| - net::HostPortPair dest_host_port_pair(address.IPAsString(), address.port()); |
| + net::HostPortPair dest_host_port_pair( |
| + address.HostAsURIString(), address.port()); |
|
Sergey Ulanov
2012/05/09 18:58:00
same here: ipaddr().ToString()
HostPortPair doesn'
Mallinath (Gone from Chromium)
2012/05/09 22:04:22
Done.
|
| transport_socket_.reset( |
| client_socket_factory_->CreateTransportClientSocket( |