| Index: remoting/protocol/protocol_test_client.cc
|
| diff --git a/remoting/protocol/protocol_test_client.cc b/remoting/protocol/protocol_test_client.cc
|
| index e20facce0103bba825610a8787d73a0d34d32675..9f7b6d301074fe127a03331099a4df3b237c5d00 100644
|
| --- a/remoting/protocol/protocol_test_client.cc
|
| +++ b/remoting/protocol/protocol_test_client.cc
|
| @@ -220,7 +220,7 @@ void ProtocolTestClient::Run(const std::string& username,
|
| new XmppSignalStrategy(&jingle_thread, username, auth_token,
|
| auth_service));
|
| signal_strategy_->Init(this);
|
| - session_manager_.reset(new JingleSessionManager(NULL, NULL, NULL));
|
| + session_manager_.reset(JingleSessionManager::CreateNotSandboxed());
|
|
|
| host_jid_ = host_jid;
|
|
|
|
|