Index: webrtc/api/peerconnectionfactory.h |
diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h |
index 21165cf3d2851105d160a987e948d0768420147f..1aacf33ab039a884d22066b899ebe32e83c3cbab 100644 |
--- a/webrtc/api/peerconnectionfactory.h |
+++ b/webrtc/api/peerconnectionfactory.h |
@@ -92,6 +92,8 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface { |
virtual webrtc::MediaControllerInterface* CreateMediaController( |
const cricket::MediaConfig& config) const; |
+ virtual cricket::TransportController* CreateTransportController( |
+ cricket::PortAllocator* port_allocator); |
virtual rtc::Thread* signaling_thread(); |
virtual rtc::Thread* worker_thread(); |
virtual rtc::Thread* network_thread(); |