Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(914)

Unified Diff: remoting/client/client_user_interface.h

Issue 10692179: Propagate connection state from networking layer to UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698