| Index: blimp/net/browser_connection_handler_unittest.cc
|
| diff --git a/blimp/net/browser_connection_handler_unittest.cc b/blimp/net/browser_connection_handler_unittest.cc
|
| index c838ba6e868721af76093200a5050bbe099964a8..c671411a834de86201015178ce9dd42566abd2cd 100644
|
| --- a/blimp/net/browser_connection_handler_unittest.cc
|
| +++ b/blimp/net/browser_connection_handler_unittest.cc
|
| @@ -209,7 +209,10 @@ TEST_F(BrowserConnectionHandlerTest, ReconnectionAfterError) {
|
| MockableProcessMessage(EqualsMessageIgnoringId(*client_input_message), _))
|
| .RetiresOnSaturation();
|
|
|
| + // Simulate a connection failure.
|
| client_connection_->error_observer()->OnConnectionError(net::ERR_FAILED);
|
| + engine_connection_->error_observer()->OnConnectionError(net::ERR_FAILED);
|
| +
|
| // Message will be queued to be transmitted when the connection is
|
| // re-established.
|
| client_input_feature_->outgoing_message_processor()->ProcessMessage(
|
|
|