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

Unified Diff: remoting/host/host_status_observer.h

Issue 9005034: Refactor SignalStrategy so that it can be reused for multiple connections. (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 ea47a690d3329ea8a2f52b35aa59e8edd2333e72..cb5574d26ef04d4542d688aab51625e149473a78 100644
--- a/remoting/host/host_status_observer.h
+++ b/remoting/host/host_status_observer.h
@@ -18,8 +18,7 @@ class HostStatusObserver {
virtual ~HostStatusObserver() { }
// Called when status of the signalling channel changes.
- virtual void OnSignallingConnected(SignalStrategy* signal_strategy,
- const std::string& full_jid) = 0;
+ virtual void OnSignallingConnected(SignalStrategy* signal_strategy) = 0;
virtual void OnSignallingDisconnected() = 0;
// Called when an unauthorized user attempts to connect to the host.
« 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