| 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..d6d32fe395a7cbc4244df8de9e8c99447a8da5ed 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 OnConnectionReady(bool ready) = 0;
|
| virtual void ProcessClipboardEvent(
|
| const protocol::ClipboardEvent& event) = 0;
|
| virtual void SetCursorShape(
|
|
|