diff options
Diffstat (limited to 'remoting/test/test_chromoting_client.cc')
-rw-r--r-- | remoting/test/test_chromoting_client.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/test/test_chromoting_client.cc b/remoting/test/test_chromoting_client.cc index adf1093..5f2e537 100644 --- a/remoting/test/test_chromoting_client.cc +++ b/remoting/test/test_chromoting_client.cc @@ -191,7 +191,8 @@ void TestChromotingClient::StartConnection( scoped_ptr<protocol::TransportFactory> transport_factory( new protocol::LibjingleTransportFactory( - signal_strategy_.get(), port_allocator.Pass(), network_settings)); + signal_strategy_.get(), port_allocator.Pass(), network_settings, + protocol::TransportRole::CLIENT)); scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher(new TokenFetcherProxy( |