diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 19:00:36 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 19:00:36 +0000 |
commit | 564e40d0a0fdd1a05fda979ec3f6bfa36a621be1 (patch) | |
tree | ce3612160deb27e8bebeebd553e56f23a7e4fadc /remoting/host/chromoting_host.h | |
parent | 6af9c3f863479cd66f5f7e625dbcdc765ff0b79b (diff) | |
download | chromium_src-564e40d0a0fdd1a05fda979ec3f6bfa36a621be1.zip chromium_src-564e40d0a0fdd1a05fda979ec3f6bfa36a621be1.tar.gz chromium_src-564e40d0a0fdd1a05fda979ec3f6bfa36a621be1.tar.bz2 |
Notify calling web-app when Host plugin becomes connected to a client.
BUG=85110
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89370
Review URL: http://codereview.chromium.org/7134023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r-- | remoting/host/chromoting_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h index 6ae11e9..6f969d4 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); |