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

Unified Diff: remoting/protocol/connection_to_client.h

Issue 2334293002: Two minor cleanups in remoting protocol. (Closed)
Patch Set: . Created 4 years, 3 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/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(

Powered by Google App Engine
This is Rietveld 408576698