summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_status_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/host_status_observer.h')
-rw-r--r--remoting/host/host_status_observer.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
index cb5574d..c11f4c7 100644
--- a/remoting/host/host_status_observer.h
+++ b/remoting/host/host_status_observer.h
@@ -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.
@@ -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;