| Index: remoting/client/plugin/chromoting_instance.cc
|
| diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
|
| index ba692674ab56a460b3f1bd8d2344c9dfee55cc6f..46e30f5693302298d7cb84625c58eb557254bef8 100644
|
| --- a/remoting/client/plugin/chromoting_instance.cc
|
| +++ b/remoting/client/plugin/chromoting_instance.cc
|
| @@ -658,7 +658,9 @@ void ChromotingInstance::ConnectWithConfig(const ClientConfig& config,
|
| scoped_ptr<cricket::HttpPortAllocatorBase> port_allocator(
|
| PepperPortAllocator::Create(this));
|
| scoped_ptr<protocol::TransportFactory> transport_factory(
|
| - new protocol::LibjingleTransportFactory(port_allocator.Pass(), false));
|
| + new protocol::LibjingleTransportFactory(
|
| + signal_strategy_.get(), port_allocator.Pass(),
|
| + NetworkSettings(NetworkSettings::NAT_TRAVERSAL_ENABLED)));
|
|
|
| // Kick off the connection.
|
| client_->Start(signal_strategy_.get(), transport_factory.Pass());
|
|
|