Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1161)

Unified Diff: remoting/host/heartbeat_sender.cc

Issue 7134023: Notify calling web-app when Host plugin becomes connected to a client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Stop accepting connections once there is one active in Me2Mom. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/heartbeat_sender.cc
diff --git a/remoting/host/heartbeat_sender.cc b/remoting/host/heartbeat_sender.cc
index 5ef02b7a0366f7de53b77f127271c70abda861e2..7c4143b8894bca0f62a6d08263a185acf2d9b9aa 100644
--- a/remoting/host/heartbeat_sender.cc
+++ b/remoting/host/heartbeat_sender.cc
@@ -86,6 +86,9 @@ void HeartbeatSender::OnSignallingDisconnected() {
request_.reset(NULL);
}
+void HeartbeatSender::OnAuthenticatedClientsChanged(int clients) {
+}
+
void HeartbeatSender::OnShutdown() {
}

Powered by Google App Engine
This is Rietveld 408576698