| Index: content/browser/renderer_host/p2p/socket_host_tcp.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.h b/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| index af410f3b6530d37df81ca2e426cbd819130f813e..b456d303b4b53ef54756098e6c0d754a786fc442 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| @@ -42,6 +42,8 @@ class CONTENT_EXPORT P2PSocketHostTcpBase : public P2PSocketHost {
|
|
|
| // P2PSocketHost overrides.
|
| bool Init(const net::IPEndPoint& local_address,
|
| + uint16_t min_port,
|
| + uint16_t max_port,
|
| const P2PHostAndIPEndPoint& remote_address) override;
|
| void Send(const net::IPEndPoint& to,
|
| const std::vector<char>& data,
|
|
|