Chromium Code Reviews| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.h |
| diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.h b/content/browser/renderer_host/p2p/socket_dispatcher_host.h |
| index 8a31ae558b139437ef313ee8a8b0074746f4d8f4..be090b190c5cf78126ea8c8d210004a14f33745c 100644 |
| --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.h |
| +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.h |
| @@ -67,7 +67,8 @@ class P2PSocketDispatcherHost |
| int connected_socket_id); |
| void OnSend(int socket_id, |
| const net::IPEndPoint& socket_address, |
| - const std::vector<char>& data); |
| + const std::vector<char>& data, |
| + net::DiffServCodePoint dscp); |
|
Sergey Ulanov
2013/08/17 05:50:04
nit: |dscp| is not readable. maybe call it |servic
hubbe
2013/08/21 18:51:36
dscp seems to be a pretty common abbreviation of "
|
| void OnDestroySocket(int socket_id); |
| void DoGetNetworkList(); |