| 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 1687a3a474a73d98d62e9919ee9fac8157a4c7f9..01465fcca91e949a50e9f1810ee2f760da809fa6 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);
|
|
|
|
|