| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index 6317d2ab0da50b7da79c965fa61b627596e0ce4e..dcb87044efc8a0a2aa9c4c7b325e8ddccc85a6ae 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -356,14 +356,6 @@ void ClientSession::OnConnectionClosed(protocol::ErrorCode error) {
|
| event_handler_->OnSessionClosed(this);
|
| }
|
|
|
| -void ClientSession::OnInputEventReceived(
|
| - int64_t event_timestamp) {
|
| - DCHECK(CalledOnValidThread());
|
| -
|
| - if (video_stream_.get())
|
| - video_stream_->OnInputEventReceived(event_timestamp);
|
| -}
|
| -
|
| void ClientSession::OnRouteChange(
|
| const std::string& channel_name,
|
| const protocol::TransportRoute& route) {
|
|
|