| Index: remoting/protocol/protocol_mock_objects.h
|
| diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
|
| index c36fbe139373542b9659db1fc2a398f7232eb986..2ebbf5895d32ac6db9d9d72d3b244e40d853dedb 100644
|
| --- a/remoting/protocol/protocol_mock_objects.h
|
| +++ b/remoting/protocol/protocol_mock_objects.h
|
| @@ -117,8 +117,12 @@ class MockClientStub : public ClientStub {
|
| MockClientStub();
|
| virtual ~MockClientStub();
|
|
|
| + // ClipboardStub mock implementation.
|
| MOCK_METHOD1(InjectClipboardEvent, void(const ClipboardEvent& event));
|
|
|
| + // CursorShapeStub mock implementation.
|
| + MOCK_METHOD1(SetCursorShape, void(const CursorShapeInfo& cursor_shape));
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockClientStub);
|
| };
|
|
|