| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index 31dd631dd38f84010d080ac4cfbd460121db63c5..fb785d772e4b4b183626a0f7b7372b303dd2579c 100644
|
| --- a/remoting/client/chromoting_client.h
|
| +++ b/remoting/client/chromoting_client.h
|
| @@ -136,6 +136,9 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
|
| // Record the statistics of the connection.
|
| ChromotingStats stats_;
|
|
|
| + // Keep track of the last sequence number bounced back from the host.
|
| + int64 last_sequence_number_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ChromotingClient);
|
| };
|
|
|
|
|