Index: content/browser/renderer_host/p2p/socket_host_udp.h |
diff --git a/content/browser/renderer_host/p2p/socket_host_udp.h b/content/browser/renderer_host/p2p/socket_host_udp.h |
index 6db6faa0e929d5c22ab895c2f82765d287ac7528..f0b04a654961aaccbe405fb557f9c27d23d71310 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_udp.h |
+++ b/content/browser/renderer_host/p2p/socket_host_udp.h |
@@ -63,13 +63,15 @@ class CONTENT_EXPORT P2PSocketHostUdp : public P2PSocketHost { |
void OnError(); |
+ void SetSendBufferSize(); |
+ |
void DoRead(); |
void OnRecv(int result); |
void HandleReadResult(int result); |
void DoSend(const PendingPacket& packet); |
- void OnSend(uint64 packet_id, int result); |
- void HandleSendResult(uint64 packet_id, int result); |
+ void OnSend(uint64 packet_id, uint64 tick_received, int result); |
+ void HandleSendResult(uint64 packet_id, uint64 tick_received, int result); |
scoped_ptr<net::DatagramServerSocket> socket_; |
scoped_refptr<net::IOBuffer> recv_buffer_; |