| 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 fbcbf08011eb4480856b24c814a685ec550bae52..924e2d30e785b7cd5b2f53600e1381a8b9d73d82 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp_server.h
|
| @@ -37,6 +37,7 @@ class CONTENT_EXPORT P2PSocketHostTcpServer : public P2PSocketHost {
|
| const net::IPEndPoint& remote_address) OVERRIDE;
|
| virtual void Send(const net::IPEndPoint& to,
|
| const std::vector<char>& data,
|
| + net::DiffServCodePoint dscp,
|
| uint64 packet_id) OVERRIDE;
|
| virtual P2PSocketHost* AcceptIncomingTcpConnection(
|
| const net::IPEndPoint& remote_address, int id) OVERRIDE;
|
|
|