| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index a86839ec5875e133f5a6f87a987829cd112aeb40..8e0808953db58e14d01aa14f75b8f62edd298c21 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -78,11 +78,6 @@ class ClientSession
|
| // Called after connection has failed or after the client closed it.
|
| virtual void OnSessionClosed(ClientSession* client) = 0;
|
|
|
| - // Called to notify of each message's sequence number. The
|
| - // callback must not tear down this object.
|
| - virtual void OnSessionSequenceNumber(ClientSession* client,
|
| - int64 sequence_number) = 0;
|
| -
|
| // Called on notification of a route change event, when a channel is
|
| // connected.
|
| virtual void OnSessionRouteChange(
|
|
|