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/register_support_host_request.cc | |
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/register_support_host_request.cc')
-rw-r--r-- | remoting/host/register_support_host_request.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/register_support_host_request.cc b/remoting/host/register_support_host_request.cc index 5b6b9f0..0e716dc 100644 --- a/remoting/host/register_support_host_request.cc +++ b/remoting/host/register_support_host_request.cc @@ -81,6 +81,7 @@ void RegisterSupportHostRequest::OnSignallingDisconnected() { // Ignore any notifications other than signalling // connected/disconnected events. void RegisterSupportHostRequest::OnAccessDenied() { } +void RegisterSupportHostRequest::OnAuthenticatedClientsChanged(int clients) { } void RegisterSupportHostRequest::OnShutdown() { } XmlElement* RegisterSupportHostRequest::CreateRegistrationRequest( |