| Index: remoting/test/chromoting_test_fixture.cc
|
| diff --git a/remoting/test/chromoting_test_fixture.cc b/remoting/test/chromoting_test_fixture.cc
|
| index 705995f0d5532dfac598c284964ca61dcab12a67..b57c1a914390668eef30230aedfa50c67b28a8b4 100644
|
| --- a/remoting/test/chromoting_test_fixture.cc
|
| +++ b/remoting/test/chromoting_test_fixture.cc
|
| @@ -68,6 +68,7 @@ bool ChromotingTestFixture::ConnectToHost(
|
| protocol::ConnectionToHost::State::INITIALIZING,
|
| protocol::ErrorCode::OK);
|
| test_chromoting_client_->StartConnection(
|
| + g_chromoting_shared_data->use_test_environment(),
|
| g_chromoting_shared_data->host_info().GenerateConnectionSetupInfo(
|
| g_chromoting_shared_data->access_token(),
|
| g_chromoting_shared_data->user_name(),
|
|
|