Index: webrtc/api/webrtcsession.h |
diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h |
index ef31560509879ec3abeb4705ee1c20a0ecb1cc72..7933c13e7edef354d4c8a7f382f9af9c0b1b21ac 100644 |
--- a/webrtc/api/webrtcsession.h |
+++ b/webrtc/api/webrtcsession.h |
@@ -524,6 +524,8 @@ class WebRtcSession : |
void OnDtlsHandshakeError(rtc::SSLHandshakeError error); |
+ void OnDestroyTransport(const std::string& transport_name, int component); |
+ |
rtc::Thread* const network_thread_; |
rtc::Thread* const worker_thread_; |
rtc::Thread* const signaling_thread_; |