Index: webrtc/p2p/base/stunport.h |
diff --git a/webrtc/p2p/base/stunport.h b/webrtc/p2p/base/stunport.h |
index 488739c93640fb566bf3e00b84e400113576ab4f..62b23cf074ba2084b9ce4b8cd4ca0553b2c6f635 100644 |
--- a/webrtc/p2p/base/stunport.h |
+++ b/webrtc/p2p/base/stunport.h |
@@ -140,6 +140,9 @@ class UDPPort : public Port { |
const rtc::SocketAddress& remote_addr, |
const rtc::PacketTime& packet_time); |
+ void OnSentPacket(rtc::AsyncPacketSocket* socket, |
+ const rtc::SentPacket& sent_packet); |
+ |
void OnReadyToSend(rtc::AsyncPacketSocket* socket); |
// This method will send STUN binding request if STUN server address is set. |