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

Unified Diff: webrtc/api/webrtcsession.h

Issue 1975453002: Add PeerConnection IsClosed check. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Change the webrtcsession constructor. Created 4 years, 6 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 76af6c7c3d2669830665c77731d3dfd0e661651d..3a471a7e23a3868889391dcddfac756e828be0b2 100644
--- a/webrtc/api/webrtcsession.h
+++ b/webrtc/api/webrtcsession.h
@@ -141,7 +141,8 @@ class WebRtcSession : public AudioProviderInterface,
rtc::Thread* network_thread,
rtc::Thread* worker_thread,
rtc::Thread* signaling_thread,
- cricket::PortAllocator* port_allocator);
+ cricket::PortAllocator* port_allocator,
+ cricket::TransportController* transport_controller);
virtual ~WebRtcSession();
// These are const to allow them to be called from const methods.

Powered by Google App Engine
This is Rietveld 408576698