summaryrefslogtreecommitdiffstats
path: root/remoting/host/it2me_host_user_interface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/it2me_host_user_interface.cc')
-rw-r--r--remoting/host/it2me_host_user_interface.cc9
1 files changed, 1 insertions, 8 deletions
diff --git a/remoting/host/it2me_host_user_interface.cc b/remoting/host/it2me_host_user_interface.cc
index 857eaca..3e7da8f 100644
--- a/remoting/host/it2me_host_user_interface.cc
+++ b/remoting/host/it2me_host_user_interface.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -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());