Index: webrtc/api/peerconnectionfactory.h |
diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h |
index d4bc0da62b97bd9d2d169e5907ceeca2570eef66..d9decc10e0560a987bffa4a2ab354870c3f1fb30 100644 |
--- a/webrtc/api/peerconnectionfactory.h |
+++ b/webrtc/api/peerconnectionfactory.h |
@@ -89,6 +89,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(); |