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