Index: remoting/protocol/connection_to_client.h |
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h |
index 4693724419adad4174a64b202c57554c30ec5884..248529da9519adf2123989a7f20635097f202315 100644 |
--- a/remoting/protocol/connection_to_client.h |
+++ b/remoting/protocol/connection_to_client.h |
@@ -83,10 +83,6 @@ class ConnectionToClient { |
// Disconnect the client connection. |
virtual void Disconnect(ErrorCode error) = 0; |
- // Callback for HostEventDispatcher to be called with a timestamp for each |
- // received event. |
- virtual void OnInputEventReceived(int64_t timestamp) = 0; |
- |
// Start video stream that sends screen content from |desktop_capturer| to the |
// client. |
virtual std::unique_ptr<VideoStream> StartVideoStream( |