| Index: trunk/src/content/renderer/p2p/socket_client_impl.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/p2p/socket_client_impl.h (revision 252899)
|
| +++ trunk/src/content/renderer/p2p/socket_client_impl.h (working copy)
|
| @@ -44,10 +44,9 @@
|
|
|
| // Send the |data| to the |address| using Differentiated Services Code Point
|
| // |dscp|.
|
| - virtual void SendWithOptions(
|
| - const net::IPEndPoint& address,
|
| - const std::vector<char>& data,
|
| - const talk_base::PacketOptions& options) OVERRIDE;
|
| + virtual void SendWithDscp(const net::IPEndPoint& address,
|
| + const std::vector<char>& data,
|
| + net::DiffServCodePoint dscp) OVERRIDE;
|
|
|
| // Setting socket options.
|
| virtual void SetOption(P2PSocketOption option, int value) OVERRIDE;
|
|
|