| Index: remoting/host/host_script_object.h
|
| diff --git a/remoting/host/host_script_object.h b/remoting/host/host_script_object.h
|
| index ea953f194ec5f191c79087173c10e4fa04c1d786..b12ed7b0b9d2f670008eceba012efceaaf9fc31e 100644
|
| --- a/remoting/host/host_script_object.h
|
| +++ b/remoting/host/host_script_object.h
|
| @@ -64,6 +64,7 @@ class HostNPScriptObject : public HostStatusObserver {
|
| const std::string& full_jid) OVERRIDE;
|
| virtual void OnSignallingDisconnected() OVERRIDE;
|
| virtual void OnAccessDenied() OVERRIDE;
|
| + virtual void OnAuthenticatedClientsChanged(int clients_connected) OVERRIDE;
|
| virtual void OnShutdown() OVERRIDE;
|
|
|
| private:
|
|
|