Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index 51426239db1b46f9260e6a52a35cff682e3c5648..bbc38d1c50eed923bb4f347f318f859a7492e27e 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.h |
+++ b/webrtc/p2p/base/p2ptransportchannel.h |
@@ -207,6 +207,7 @@ class P2PTransportChannel : public TransportChannelImpl, |
void OnConnectionStateChange(Connection* connection); |
void OnReadPacket(Connection *connection, const char *data, size_t len, |
const rtc::PacketTime& packet_time); |
+ void OnSentPacket(Connection* connection, const rtc::SentPacket& packet_sent); |
void OnReadyToSend(Connection* connection); |
void OnConnectionDestroyed(Connection *connection); |