| Index: remoting/client/client_user_interface.h
|
| diff --git a/remoting/client/client_user_interface.h b/remoting/client/client_user_interface.h
|
| index bf8abdaa628b5f8eee97efdba948550144dcc45a..2e05d1369d0bb711edcd141faaf1da1eb95a3edc 100644
|
| --- a/remoting/client/client_user_interface.h
|
| +++ b/remoting/client/client_user_interface.h
|
| @@ -24,6 +24,7 @@ class ClientUserInterface {
|
| // Record the update the state of the connection, updating the UI as needed.
|
| virtual void OnConnectionState(protocol::ConnectionToHost::State state,
|
| protocol::ErrorCode error) = 0;
|
| + virtual void OnConnectionInactive(bool inactive) = 0;
|
| virtual void ProcessClipboardEvent(
|
| const protocol::ClipboardEvent& event) = 0;
|
| virtual void SetCursorShape(
|
|
|