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

Unified Diff: remoting/protocol/connection_to_client.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/BUILD.gn ('k') | remoting/protocol/connection_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/connection_to_client.h
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
index fb7857b449bbdc434ab19b4fecb377302867e435..ea11050765c113e399f9502279024c18cb297150 100644
--- a/remoting/protocol/connection_to_client.h
+++ b/remoting/protocol/connection_to_client.h
@@ -53,9 +53,6 @@ class ConnectionToClient {
// Called when the network connection is closed or failed.
virtual void OnConnectionClosed(ErrorCode error) = 0;
- // Called when a new input event is received.
- virtual void OnInputEventReceived(int64_t timestamp) = 0;
-
// Called on notification of a route change event, which happens when a
// channel is connected.
virtual void OnRouteChange(const std::string& channel_name,
« no previous file with comments | « remoting/protocol/BUILD.gn ('k') | remoting/protocol/connection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698