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

Unified Diff: remoting/client/plugin/chromoting_instance.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/plugin/chromoting_instance.h
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
index c53f8a6356f3fde9c84862d84a101514cc52e06b..57bcc69f61656040b49438b039835bc0c2925a94 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -102,6 +102,7 @@ class ChromotingInstance :
// ClientUserInterface interface.
virtual void OnConnectionState(protocol::ConnectionToHost::State state,
protocol::ErrorCode error) OVERRIDE;
+ virtual void OnConnectionInactive(bool inactive) OVERRIDE;
virtual void ProcessClipboardEvent(
const protocol::ClipboardEvent& event) OVERRIDE;
virtual void SetCursorShape(

Powered by Google App Engine
This is Rietveld 408576698