Chromium Code Reviews| 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 de9927a7168269e921249272b6aa7c85746f2893..ff609c8dcc54e8545410e39ddb8a384a01df6ada 100644 |
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.cc |
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.cc |
| @@ -272,7 +272,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) { |
|
cbentzel
2013/10/17 01:32:57
Do you want to comment that |dscp| is intentionall
hubbe
2013/10/21 19:39:21
Done.
|
| if (!socket_) { |
| // The Send message may be sent after the an OnError message was |
| // sent by hasn't been processed the renderer. |