Chromium Code Reviews| 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 fff4c6b0a6221f5c2b151b00206ff6380c2a54e8..6703bf0d8c2494d2d3b4c42d2b8fd59de42f77d8 100644 |
| --- a/remoting/host/register_support_host_request.cc |
| +++ b/remoting/host/register_support_host_request.cc |
| @@ -78,6 +78,9 @@ void RegisterSupportHostRequest::OnSignallingDisconnected() { |
| request_.reset(); |
| } |
| +void RegisterSupportHostRequest::OnAuthenticatedClientsChanged(int clients) { |
| +} |
| + |
| void RegisterSupportHostRequest::OnShutdown() { |
| } |