| Index: remoting/host/host_status_observer.h
|
| diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
|
| index c11f4c7aa1de1a7b913dc81fa741fcc59d1be21d..c3c8a0b34c6ad9094f5f73c235d0d3e89d73c2c6 100644
|
| --- a/remoting/host/host_status_observer.h
|
| +++ b/remoting/host/host_status_observer.h
|
| @@ -18,7 +18,7 @@ class HostStatusObserver {
|
| virtual ~HostStatusObserver() { }
|
|
|
| // Called when an unauthorized user attempts to connect to the host.
|
| - virtual void OnAccessDenied() = 0;
|
| + virtual void OnAccessDenied(const std::string& jid) = 0;
|
|
|
| // Called when a client authenticates, or disconnects. Observers
|
| // must not tear-down ChromotingHost state on receipt of this
|
|
|