| Index: remoting/host/client_connection.h
|
| diff --git a/remoting/host/client_connection.h b/remoting/host/client_connection.h
|
| index ddd0724838f35e3bc9e8ed5d8e8b97457b9a1088..0ea2b2661f3f7edeeaecd4d9cfb6ebeee8d1d73d 100644
|
| --- a/remoting/host/client_connection.h
|
| +++ b/remoting/host/client_connection.h
|
| @@ -95,6 +95,8 @@ class ClientConnection : public base::RefCountedThreadSafe<ClientConnection>,
|
| // Notifies the viewer the update stream has ended.
|
| virtual void SendEndUpdateStreamMessage();
|
|
|
| + virtual void MarkEndOfUpdate();
|
| +
|
| // Gets the number of update stream messages not yet transmitted.
|
| // Note that the value returned is an estimate using average size of the
|
| // most recent update streams.
|
|
|