| Index: content/browser/renderer_host/p2p/socket_host_tcp_server.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp_server.cc b/content/browser/renderer_host/p2p/socket_host_tcp_server.cc
|
| index 146e5c81c52364ffdff88b7b04cf7d133667bf7a..6c216fc8ea316ecceaa84daecd2088153b543baf 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp_server.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp_server.cc
|
| @@ -115,7 +115,8 @@ void P2PSocketHostTcpServer::OnAccepted(int result) {
|
| }
|
|
|
| void P2PSocketHostTcpServer::Send(const net::IPEndPoint& to,
|
| - const std::vector<char>& data) {
|
| + const std::vector<char>& data,
|
| + net::DiffServCodePoint dscp) {
|
| NOTREACHED();
|
| OnError();
|
| }
|
|
|