Index: remoting/host/host_mock_objects.h |
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h |
index 6ea9d7b1ef72eff1bb2d9d44c8cd97ff15a47330..7e62523282258ebc65919befc38dd985f8f94e82 100644 |
--- a/remoting/host/host_mock_objects.h |
+++ b/remoting/host/host_mock_objects.h |
@@ -117,6 +117,7 @@ class MockInputInjector : public InputInjector { |
void(protocol::ClipboardStub* client_clipboard)); |
void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard); |
+ MOCK_METHOD0(CanInjectTouch, bool()); |
Wez
2015/04/09 22:58:59
Feels like this belongs immediately after the Star
Rintaro Kuroiwa
2015/04/20 18:20:03
N/A
|
private: |
DISALLOW_COPY_AND_ASSIGN(MockInputInjector); |