| Index: webrtc/api/webrtcsession.h
|
| diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
|
| index 3174568b7b2f3c91a9427ebf4392e7ce31897e34..c62ea9984ee637594de3a8c4a4e2d0803994e301 100644
|
| --- a/webrtc/api/webrtcsession.h
|
| +++ b/webrtc/api/webrtcsession.h
|
| @@ -461,6 +461,8 @@ class WebRtcSession :
|
|
|
| const std::string GetTransportName(const std::string& content_name);
|
|
|
| + void OnDtlsHandshakeError(rtc::SSLHandshakeError error);
|
| +
|
| rtc::Thread* const network_thread_;
|
| rtc::Thread* const worker_thread_;
|
| rtc::Thread* const signaling_thread_;
|
|
|