Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index 7b8247a44903a5da6ac3535845f6f83a8c9678be..1156ce671425f12c5ca1b2051ac5bfcf01088fc4 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.h |
+++ b/webrtc/p2p/base/dtlstransportchannel.h |
@@ -221,6 +221,7 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl { |
int last_sent_packet_id, |
bool ready_to_send); |
void OnChannelStateChanged(TransportChannelImpl* channel); |
+ void OnDtlsHandshakeError(int error); |
rtc::Thread* worker_thread_; // Everything should occur on this thread. |
// Underlying channel, not owned by this class. |