Index: webrtc/api/peerconnectionfactory.h |
diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h |
index 377ad73ec8c197b78250b847b6ccc304ed9f09ef..7684b9536297ce7d3e8d4c4c7a97f34f6fa67b19 100644 |
--- a/webrtc/api/peerconnectionfactory.h |
+++ b/webrtc/api/peerconnectionfactory.h |
@@ -91,7 +91,8 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface { |
virtual webrtc::MediaControllerInterface* CreateMediaController( |
const cricket::MediaConfig& config) const; |
virtual cricket::TransportController* CreateTransportController( |
- cricket::PortAllocator* port_allocator); |
+ cricket::PortAllocator* port_allocator, |
+ bool redetermine_role_on_ice_restart); |
virtual rtc::Thread* signaling_thread(); |
virtual rtc::Thread* worker_thread(); |
virtual rtc::Thread* network_thread(); |