| Index: content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.cc b/content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| index 2369e4b97cbd86a60bf6072c7f16f18cc111a856..623086d0ba4d33755137e017154bcfe6669921db 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| @@ -81,6 +81,8 @@ bool P2PSocketHostTcpBase::InitAccepted(const net::IPEndPoint& remote_address,
|
| }
|
|
|
| bool P2PSocketHostTcpBase::Init(const net::IPEndPoint& local_address,
|
| + uint16_t min_port,
|
| + uint16_t max_port,
|
| const P2PHostAndIPEndPoint& remote_address) {
|
| DCHECK_EQ(state_, STATE_UNINITIALIZED);
|
|
|
|
|