| 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 85cba193c6ffd502e7bc9eb93a1022f10a8740f8..f76ce00da50dea87d710135141226e42463c8967 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| @@ -41,7 +41,8 @@ class CONTENT_EXPORT P2PSocketHostTcpBase : 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;
|
|
|
|
|