| Index: trunk/src/remoting/client/plugin/chromoting_instance.cc
|
| ===================================================================
|
| --- trunk/src/remoting/client/plugin/chromoting_instance.cc (revision 267240)
|
| +++ trunk/src/remoting/client/plugin/chromoting_instance.cc (working copy)
|
| @@ -676,7 +676,7 @@
|
| scoped_ptr<protocol::TransportFactory> transport_factory(
|
| new protocol::LibjingleTransportFactory(
|
| signal_strategy_.get(), port_allocator.Pass(),
|
| - NetworkSettings(NetworkSettings::NAT_TRAVERSAL_FULL)));
|
| + NetworkSettings(NetworkSettings::NAT_TRAVERSAL_ENABLED)));
|
|
|
| // Kick off the connection.
|
| client_->Start(signal_strategy_.get(), transport_factory.Pass());
|
|
|