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

Unified Diff: remoting/host/it2me_host_user_interface.cc

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/it2me_host_user_interface.h ('k') | remoting/host/log_to_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me_host_user_interface.cc
diff --git a/remoting/host/it2me_host_user_interface.cc b/remoting/host/it2me_host_user_interface.cc
index 857eaca3b6dd62851556787b1a262067ce839110..530db77dbda32715ea55ff7112ebc6387f438fae 100644
--- a/remoting/host/it2me_host_user_interface.cc
+++ b/remoting/host/it2me_host_user_interface.cc
@@ -52,13 +52,6 @@ void It2MeHostUserInterface::InitFrom(DisconnectWindow* disconnect_window,
local_input_monitor_.reset(monitor);
}
-void It2MeHostUserInterface::OnSignallingConnected(
- SignalStrategy* signal_strategy) {
-}
-
-void It2MeHostUserInterface::OnSignallingDisconnected() {
-}
-
void It2MeHostUserInterface::OnClientAuthenticated(const std::string& jid) {
// There should not be more than one concurrent authenticated connection.
DCHECK(authenticated_jid_.empty());
« no previous file with comments | « remoting/host/it2me_host_user_interface.h ('k') | remoting/host/log_to_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698