| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index 19c05bb408d5fb4d25884566ae7dc0d4d94713b0..e87c94d757f44d5e57e4c19ec97e5c6504b0b2c4 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -112,6 +112,8 @@ class MockClientSessionEventHandler : public ClientSession::EventHandler {
|
| ClientSession* client,
|
| const std::string& channel_name,
|
| const protocol::TransportRoute& route));
|
| + MOCK_METHOD2(OnClientDimensionsChanged, void(ClientSession* client,
|
| + const SkISize& size));
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockClientSessionEventHandler);
|
|
|