summaryrefslogtreecommitdiffstats
path: root/remoting/host/heartbeat_sender.cc
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/heartbeat_sender.cc
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/heartbeat_sender.cc')
-rw-r--r--remoting/host/heartbeat_sender.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/heartbeat_sender.cc b/remoting/host/heartbeat_sender.cc
index b011313..da552c5 100644
--- a/remoting/host/heartbeat_sender.cc
+++ b/remoting/host/heartbeat_sender.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -89,6 +89,7 @@ void HeartbeatSender::OnSignallingDisconnected() {
// Ignore any notifications other than signalling
// connected/disconnected events.
void HeartbeatSender::OnAccessDenied() { }
+void HeartbeatSender::OnAuthenticatedClientsChanged(int clients) { }
void HeartbeatSender::OnShutdown() { }
void HeartbeatSender::DoSendStanza() {