Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: remoting/host/host_mock_objects.h

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: should fix mac build Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698