| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index 35b47e49d25203bc99337efd8ed7bac1f7bffd11..96e177fca209b03ed68e8b4b3bec1355a65eb8e4 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -119,7 +119,6 @@ class ClientSession : public base::NonThreadSafe,
|
| void CreateMediaStreams() override;
|
| void OnConnectionChannelsConnected() override;
|
| void OnConnectionClosed(protocol::ErrorCode error) override;
|
| - void OnInputEventReceived(int64_t timestamp) override;
|
| void OnRouteChange(const std::string& channel_name,
|
| const protocol::TransportRoute& route) override;
|
|
|
|
|