Index: webrtc/p2p/base/port.h |
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h |
index dc548763de188001ff54fbfa2c56d8e68ccff068..01c45f26d8691303378766258c99cc7fefdde621 100644 |
--- a/webrtc/p2p/base/port.h |
+++ b/webrtc/p2p/base/port.h |
@@ -275,6 +275,9 @@ class Port : public PortInterface, public rtc::MessageHandler, |
IceMessage* stun_msg, |
const std::string& remote_ufrag); |
+ // Called when a packet has been sent to the socket. |
+ void OnSentPacket(const rtc::SentPacket& sent_packet); |
+ |
// Called when the socket is currently able to send. |
void OnReadyToSend(); |