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

Unified Diff: remoting/protocol/protocol_mock_objects.h

Issue 2413553003: Add InputEventTimestampSource interface. (Closed)
Patch Set: msvc compilation Created 4 years, 2 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
« no previous file with comments | « remoting/protocol/input_event_timestamps.cc ('k') | remoting/protocol/video_frame_pump.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.h
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
index 4da1ce7fa5c7b01430225111dd99d453553b4eba..9cf56b9895ca359207913e56e4d7c97725652f1a 100644
--- a/remoting/protocol/protocol_mock_objects.h
+++ b/remoting/protocol/protocol_mock_objects.h
@@ -77,7 +77,6 @@ class MockConnectionToClientEventHandler
MOCK_METHOD1(OnConnectionClosed, void(ErrorCode error));
MOCK_METHOD1(OnCreateVideoEncoder,
void(std::unique_ptr<VideoEncoder>* encoder));
- MOCK_METHOD1(OnInputEventReceived, void(int64_t timestamp));
MOCK_METHOD2(OnRouteChange,
void(const std::string& channel_name,
const TransportRoute& route));
« no previous file with comments | « remoting/protocol/input_event_timestamps.cc ('k') | remoting/protocol/video_frame_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698