Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index 1af5efdd96a8ed418c752f19d30574f53b4bcdd2..b084bcc5b96c6cbd913f8f4c08891376d5ab4ecf 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.h |
+++ b/webrtc/p2p/base/dtlstransportchannel.h |
@@ -213,6 +213,7 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl { |
void OnReadPacket(TransportChannel* channel, const char* data, size_t size, |
const rtc::PacketTime& packet_time, int flags); |
void OnReadyToSend(TransportChannel* channel); |
+ void OnFlakyState(TransportChannel* channel); |
void OnDtlsEvent(rtc::StreamInterface* stream_, int sig, int err); |
bool SetupDtls(); |
bool MaybeStartDtls(); |