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

Unified Diff: remoting/host/chromoting_host.cc

Issue 12545026: ResizingHostObserver is created by the desktop environment together with other stubs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback & rebased Created 7 years, 9 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
« no previous file with comments | « remoting/host/chromoting_host.h ('k') | remoting/host/chromoting_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host.cc
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
index 68009d493aec35b94183ba1eb3aae394aa44fc28..fc642e24eb84e3cb90676d4817eb72a3118c848a 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
« no previous file with comments | « remoting/host/chromoting_host.h ('k') | remoting/host/chromoting_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698