diff options
Diffstat (limited to 'remoting/host/chromoting_host.cc')
-rw-r--r-- | remoting/host/chromoting_host.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc index 68009d4..fc642e2 100644 --- a/remoting/host/chromoting_host.cc +++ b/remoting/host/chromoting_host.cc @@ -267,15 +267,6 @@ void ChromotingHost::OnSessionRouteChange( route)); } -void ChromotingHost::OnClientResolutionChanged(ClientSession* session, - const SkISize& size, - const SkIPoint& dpi) { - DCHECK(network_task_runner_->BelongsToCurrentThread()); - FOR_EACH_OBSERVER(HostStatusObserver, status_observers_, - OnClientResolutionChanged(session->client_jid(), - size, dpi)); -} - void ChromotingHost::OnSessionManagerReady() { DCHECK(network_task_runner_->BelongsToCurrentThread()); // Don't need to do anything here, just wait for incoming |