| Index: content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp_server.h b/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| index c9aa8eb92b507e95a7c076801e9ed1a3ecd077b4..2dfccd2c8f72ae31df2e713ed80a2af3bd127e94 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| @@ -36,7 +36,8 @@ class CONTENT_EXPORT P2PSocketHostTcpServer : public P2PSocketHost {
|
| virtual bool Init(const net::IPEndPoint& local_address,
|
| const net::IPEndPoint& remote_address) OVERRIDE;
|
| virtual void Send(const net::IPEndPoint& to,
|
| - const std::vector<char>& data) OVERRIDE;
|
| + const std::vector<char>& data,
|
| + net::DiffServCodePoint dscp) OVERRIDE;
|
| virtual P2PSocketHost* AcceptIncomingTcpConnection(
|
| const net::IPEndPoint& remote_address, int id) OVERRIDE;
|
|
|
|
|