Index: remoting/host/chromoting_host.h |
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h |
index 02143fa2fd5b8e08b47ca8b12891a7661c81f7be..b0b16257e7ce2c8ef78144a68dbb2e9de2b7dfbd 100644 |
--- a/remoting/host/chromoting_host.h |
+++ b/remoting/host/chromoting_host.h |
@@ -100,6 +100,8 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, |
virtual void OnConnectionOpened(protocol::ConnectionToClient* client); |
virtual void OnConnectionClosed(protocol::ConnectionToClient* client); |
virtual void OnConnectionFailed(protocol::ConnectionToClient* client); |
+ virtual void OnSequenceNumberUpdated(protocol::ConnectionToClient* client, |
+ int64 sequence_number); |
//////////////////////////////////////////////////////////////////////////// |
// JingleClient::Callback implementations |