| Index: remoting/protocol/protocol_mock_objects.h
|
| diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
|
| index 94a486850bcda310b61b2f53b190e4515dda2812..ea79d72de270ccd40eb8a01f2cd9da7a9b3ec6d0 100644
|
| --- a/remoting/protocol/protocol_mock_objects.h
|
| +++ b/remoting/protocol/protocol_mock_objects.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "net/base/ip_endpoint.h"
|
| #include "remoting/proto/internal.pb.h"
|
| #include "remoting/protocol/client_stub.h"
|
| #include "remoting/protocol/connection_to_client.h"
|
| @@ -48,6 +49,9 @@ class MockConnectionToClientEventHandler :
|
| Session::Error error));
|
| MOCK_METHOD2(OnSequenceNumberUpdated, void(ConnectionToClient* connection,
|
| int64 sequence_number));
|
| + MOCK_METHOD3(OnClientIpAddress, void(ConnectionToClient* connection,
|
| + const std::string& channel_name,
|
| + const net::IPEndPoint& end_point));
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockConnectionToClientEventHandler);
|
|
|