| Index: remoting/client/client_user_interface.h
|
| diff --git a/remoting/client/client_user_interface.h b/remoting/client/client_user_interface.h
|
| index e6498fb5e52f821d16f52161d71d4a3e6670ff9b..4b32a70ff597716486c543bc7143112c878b78fa 100644
|
| --- a/remoting/client/client_user_interface.h
|
| +++ b/remoting/client/client_user_interface.h
|
| @@ -27,6 +27,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;
|
|
|
| // Get the view's ClipboardStub implementation.
|
| virtual protocol::ClipboardStub* GetClipboardStub() = 0;
|
|
|