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

Unified Diff: remoting/host/heartbeat_sender.cc

Issue 7547001: Propagate connected user to web app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 5 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 7f6912938b7afbc8ed04818cf85b2f09782ea324..f22486c8bac63e0c0af095bf45a5e3345c0c42fe 100644
--- a/remoting/host/heartbeat_sender.cc
+++ b/remoting/host/heartbeat_sender.cc
@@ -88,7 +88,10 @@ void HeartbeatSender::OnSignallingDisconnected() {
// Ignore any notifications other than signalling
// connected/disconnected events.
void HeartbeatSender::OnAccessDenied() { }
-void HeartbeatSender::OnAuthenticatedClientsChanged(int clients) { }
+void HeartbeatSender::OnClientAuthenticated(
+ remoting::protocol::ConnectionToClient* client) { }
+void HeartbeatSender::OnClientDisconnected(
+ remoting::protocol::ConnectionToClient* client) { }
void HeartbeatSender::OnShutdown() { }
void HeartbeatSender::DoSendStanza() {

Powered by Google App Engine
This is Rietveld 408576698