| Index: webrtc/p2p/base/p2ptransportchannel.h
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
|
| index 8859111bd197fbd9cd2af66dfc22c774348d8d68..fdc4c7121854d05ec8cc7da9e58c3a209d09045a 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 OnPacketSent(Connection* connection, const rtc::SentPacket& packet_sent);
|
| void OnReadyToSend(Connection* connection);
|
| void OnConnectionDestroyed(Connection *connection);
|
|
|
|
|