| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index 6ae11e92f39d6d79d55a7a91452c5af28c2303d2..6f969d4e73469cd296a87e491086cb34ad7bffe2 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -169,7 +169,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
|
|
| std::string GenerateHostAuthToken(const std::string& encoded_client_token);
|
|
|
| - bool HasAuthenticatedClients() const;
|
| + int AuthenticatedClientsCount() const;
|
|
|
| void EnableCurtainMode(bool enable);
|
|
|
|
|