| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index e1c91fac00b2707991732eab4414791846ba3fb7..f1b440f681e4b4d84b5593bbcea79f9f8bf00ceb 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -104,9 +104,11 @@ class MockClientSessionEventHandler : public ClientSession::EventHandler {
|
| MOCK_METHOD1(OnSessionFailed, void(ClientSession* client));
|
| MOCK_METHOD2(OnSessionSequenceNumber, void(ClientSession* client,
|
| int64 sequence_number));
|
| - MOCK_METHOD3(OnSessionIpAddress, void(ClientSession* client,
|
| - const std::string& channel_name,
|
| - const net::IPEndPoint& end_point));
|
| + MOCK_METHOD4(OnSessionRouteChange, void(
|
| + ClientSession* client,
|
| + const std::string& channel_name,
|
| + const net::IPEndPoint& remote_end_point,
|
| + const net::IPEndPoint& local_end_point));
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockClientSessionEventHandler);
|
|
|