| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index eb35e19a18cd925b68e5060a19e41120c4a1ab89..6ea9d7b1ef72eff1bb2d9d44c8cd97ff15a47330 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -112,6 +112,7 @@ class MockInputInjector : public InputInjector {
|
| MOCK_METHOD1(InjectKeyEvent, void(const protocol::KeyEvent& event));
|
| MOCK_METHOD1(InjectTextEvent, void(const protocol::TextEvent& event));
|
| MOCK_METHOD1(InjectMouseEvent, void(const protocol::MouseEvent& event));
|
| + MOCK_METHOD1(InjectTouchEvent, void(const protocol::TouchEvent& event));
|
| MOCK_METHOD1(StartPtr,
|
| void(protocol::ClipboardStub* client_clipboard));
|
|
|
|
|