Chromium Code Reviews| Index: content/renderer/p2p/ipc_socket_factory.cc |
| diff --git a/content/renderer/p2p/ipc_socket_factory.cc b/content/renderer/p2p/ipc_socket_factory.cc |
| index 779bb216dd5f3b9037e59321ed4842376c7eaf90..5f47187ca0430590709410fd5062f34b97edd6af 100644 |
| --- a/content/renderer/p2p/ipc_socket_factory.cc |
| +++ b/content/renderer/p2p/ipc_socket_factory.cc |
| @@ -564,8 +564,8 @@ void IpcPacketSocket::OnOpen(const net::IPEndPoint& local_address, |
| // |remote_address| could be unresolved if the connection is behind a |
| // proxy. |
| if (!remote_address.address().empty() && |
| - jingle_glue::IPEndPointToSocketAddress( |
| - remote_address, &jingle_socket_address)) { |
| + jingle_glue::IPEndPointToSocketAddress(remote_address, |
|
eroman
2016/01/13 23:19:42
Consider remove this edit, since it is just a form
martijnc
2016/01/14 22:48:16
Done.
|
| + &jingle_socket_address)) { |
| // Set only the IP address. |
| remote_address_.SetResolvedIP(jingle_socket_address.ipaddr()); |
| } |