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

Unified Diff: remoting/host/register_support_host_request.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/register_support_host_request.cc
diff --git a/remoting/host/register_support_host_request.cc b/remoting/host/register_support_host_request.cc
index b5a35006f7ccbae92f4b7397e69311fe76442cf8..00045f06f6d2ce978c74eaaf0416c2ec0c5467c9 100644
--- a/remoting/host/register_support_host_request.cc
+++ b/remoting/host/register_support_host_request.cc
@@ -82,7 +82,10 @@ void RegisterSupportHostRequest::OnSignallingDisconnected() {
// Ignore any notifications other than signalling
// connected/disconnected events.
void RegisterSupportHostRequest::OnAccessDenied() { }
-void RegisterSupportHostRequest::OnAuthenticatedClientsChanged(int clients) { }
+void RegisterSupportHostRequest::OnClientAuthenticated(
+ remoting::protocol::ConnectionToClient* client) { }
+void RegisterSupportHostRequest::OnClientDisconnected(
+ remoting::protocol::ConnectionToClient* client) { }
void RegisterSupportHostRequest::OnShutdown() { }
XmlElement* RegisterSupportHostRequest::CreateRegistrationRequest(

Powered by Google App Engine
This is Rietveld 408576698