| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 6558dbb1c5de20ef3525bce125fb4bf8a2183f6e..c6e3d61627d1a8df4694bfebd113d40e38706c9f 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -263,11 +263,6 @@ void ChromotingHost::OnSessionClosed(ClientSession* client) {
|
| delete client;
|
| }
|
|
|
| -void ChromotingHost::OnSessionSequenceNumber(ClientSession* session,
|
| - int64 sequence_number) {
|
| - DCHECK(CalledOnValidThread());
|
| -}
|
| -
|
| void ChromotingHost::OnSessionRouteChange(
|
| ClientSession* session,
|
| const std::string& channel_name,
|
|
|