| 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 5b6b9f024f48ca32a7613c55c139a03b893e8857..0e716dc6c367610f957ae0f05292870865242381 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(
|
|
|