summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-12 02:24:45 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-12 02:24:45 +0000
commitc1277862d1a891c549d118c87fb03a06b1bf49bc (patch)
tree849158ddcf32121ce5fd078cef6f489b0cc82157 /remoting/host/client_session.h
parente64a23c88308e13b1c114e8874f20929a20f35b1 (diff)
downloadchromium_src-c1277862d1a891c549d118c87fb03a06b1bf49bc.zip
chromium_src-c1277862d1a891c549d118c87fb03a06b1bf49bc.tar.gz
chromium_src-c1277862d1a891c549d118c87fb03a06b1bf49bc.tar.bz2
Remove ClientSession::EventHandler::OnSessionSequenceNumber()
The callback was not used Review URL: https://codereview.chromium.org/387123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/client_session.h')
-rw-r--r--remoting/host/client_session.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
index a86839e..8e08089 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(