| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index f5f0fa9c11802a921a79772120b28a1fdbeb1318..798c9f5ab533137cdafc9bb5d08baa3016513629 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -240,7 +240,7 @@ void ChromotingHost::OnStateChange(
|
|
|
| // Create and start session manager.
|
| protocol::JingleSessionManager* server =
|
| - new protocol::JingleSessionManager(NULL, NULL, NULL);
|
| + protocol::JingleSessionManager::CreateNotSandboxed();
|
| // TODO(ajwong): Make this a command switch when we're more stable.
|
| server->set_allow_local_ips(true);
|
|
|
|
|