Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: webrtc/api/webrtcsession.h

Issue 2614263002: Remove BaseChannel's dependency on TransportController. (Closed)
Patch Set: cr comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/webrtcsession.h
diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
index e346112cba3d9d6c2e8b7efd8c551a2b0b156d0a..42e0e4bc0d433b4bf2390477521c8dfbd1d832b8 100644
--- a/webrtc/api/webrtcsession.h
+++ b/webrtc/api/webrtcsession.h
@@ -553,6 +553,12 @@ class WebRtcSession :
const std::string GetTransportName(const std::string& content_name);
+ void DestroyTransport(const std::string& transport_name, int component);
+ void OnDestroyRtcpTransport_n(const std::string& transport_name);
+ void DestroyVideoChannel();
+ void DestroyVoiceChannel();
+ void DestroyDataChannel();
+
rtc::Thread* const network_thread_;
rtc::Thread* const worker_thread_;
rtc::Thread* const signaling_thread_;

Powered by Google App Engine
This is Rietveld 408576698