| Index: remoting/protocol/protocol_mock_objects.h
|
| diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
|
| index 61d76020ab90da217fb680bc00bb1c88975b555a..26b4b8e84373a91e07b8b0a509b65ee3a5eb07b2 100644
|
| --- a/remoting/protocol/protocol_mock_objects.h
|
| +++ b/remoting/protocol/protocol_mock_objects.h
|
| @@ -44,7 +44,8 @@ class MockConnectionToClientEventHandler :
|
|
|
| MOCK_METHOD1(OnConnectionOpened, void(ConnectionToClient* connection));
|
| MOCK_METHOD1(OnConnectionClosed, void(ConnectionToClient* connection));
|
| - MOCK_METHOD1(OnConnectionFailed, void(ConnectionToClient* connection));
|
| + MOCK_METHOD2(OnConnectionFailed, void(ConnectionToClient* connection,
|
| + Session::Error error));
|
| MOCK_METHOD2(OnSequenceNumberUpdated, void(ConnectionToClient* connection,
|
| int64 sequence_number));
|
|
|
|
|