summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.h
diff options
context:
space:
mode:
authorwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-21 19:00:36 +0000
committerwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-21 19:00:36 +0000
commit564e40d0a0fdd1a05fda979ec3f6bfa36a621be1 (patch)
treece3612160deb27e8bebeebd553e56f23a7e4fadc /remoting/host/chromoting_host.h
parent6af9c3f863479cd66f5f7e625dbcdc765ff0b79b (diff)
downloadchromium_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.h2
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);