| 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;
|
|
|
|
|