diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 05:00:32 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 05:00:32 +0000 |
commit | a04494cb170366bdf8be44c33e76f6e6ab98ab7b (patch) | |
tree | 985b82ae63b0802eccc75d86c906827da98b8c62 /remoting/client/client_user_interface.h | |
parent | 2c0b4de6127ff608a840e6533d3286fb22f5412a (diff) | |
download | chromium_src-a04494cb170366bdf8be44c33e76f6e6ab98ab7b.zip chromium_src-a04494cb170366bdf8be44c33e76f6e6ab98ab7b.tar.gz chromium_src-a04494cb170366bdf8be44c33e76f6e6ab98ab7b.tar.bz2 |
Show connection state in the Chromoting client UI.
Now screen is desaturated when we get notification that
video channel is not working.
BUG=131411
Review URL: https://chromiumcodereview.appspot.com/10692179
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/client_user_interface.h')
-rw-r--r-- | remoting/client/client_user_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/client/client_user_interface.h b/remoting/client/client_user_interface.h index e6498fb..4b32a70 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; |