| Index: content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.cc b/content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| index 314026e2438774b6709ac614a96ec390948c066c..baec622074aaf7dc270f2983dc18535a62bfacd7 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| @@ -266,7 +266,8 @@ void P2PSocketHostTcpBase::OnPacket(const std::vector<char>& data) {
|
| }
|
|
|
| void P2PSocketHostTcpBase::Send(const net::IPEndPoint& to,
|
| - const std::vector<char>& data) {
|
| + const std::vector<char>& data,
|
| + net::DiffServCodePoint dscp) {
|
| if (!socket_) {
|
| // The Send message may be sent after the an OnError message was
|
| // sent by hasn't been processed the renderer.
|
|
|