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

Unified Diff: remoting/host/host_status_observer.h

Issue 9004050: Move signaling connection creation out of ChromotingHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 12 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
« no previous file with comments | « remoting/host/heartbeat_sender_unittest.cc ('k') | remoting/host/it2me_host_user_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_status_observer.h
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
index cb5574d26ef04d4542d688aab51625e149473a78..15fce9baf4155d5c0fb07c9e012c14983285c448 100644
--- a/remoting/host/host_status_observer.h
+++ b/remoting/host/host_status_observer.h
@@ -17,10 +17,6 @@ class HostStatusObserver {
HostStatusObserver() { }
virtual ~HostStatusObserver() { }
- // Called when status of the signalling channel changes.
- virtual void OnSignallingConnected(SignalStrategy* signal_strategy) = 0;
- virtual void OnSignallingDisconnected() = 0;
-
// Called when an unauthorized user attempts to connect to the host.
virtual void OnAccessDenied() = 0;
« no previous file with comments | « remoting/host/heartbeat_sender_unittest.cc ('k') | remoting/host/it2me_host_user_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698