| Index: remoting/test/chromoting_test_driver_tests.cc
|
| diff --git a/remoting/test/chromoting_test_driver_tests.cc b/remoting/test/chromoting_test_driver_tests.cc
|
| index 2216be64ac66dc143984a52585badcc94b3f7d9a..69bb4fdfcbafed02cd3cc07fca46ccad2e5891fa 100644
|
| --- a/remoting/test/chromoting_test_driver_tests.cc
|
| +++ b/remoting/test/chromoting_test_driver_tests.cc
|
| @@ -58,8 +58,6 @@ TEST_F(ChromotingTestFixture, TestMeasureReconnectPerformance) {
|
| protocol::ConnectionToHost::State::CONNECTED).InMilliseconds();
|
| EXPECT_LE(authenticated_to_connected_time, kMaxTimeToConnectMs);
|
|
|
| - connection_time_observer_->DisplayConnectionStats();
|
| -
|
| // Begin reconnection to same host.
|
| connected = ConnectToHost(kPinBasedMaxConnectionTimeInSeconds);
|
| EXPECT_TRUE(connected);
|
|
|