Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index 524963976366e9de7a43d9fd0c81905e20062058..51979df8d8e1fe8a277368ea0684f36dbbb89d6b 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(PortInterface* port, const rtc::SentPacket& sent_packet); |
void OnReadyToSend(Connection* connection); |
void OnConnectionDestroyed(Connection *connection); |