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

Unified Diff: remoting/host/host_mock_objects.cc

Issue 12594009: Converted LocalInputMonitor into a SessionController instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Posting ClientSessionControl tasks directly since we have a weak point now. 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
Index: remoting/host/host_mock_objects.cc
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
index 7e1b89dec5e87b192bb82e6e8cca36917be04cb8..e0d89d0570b13043252fa173bbafb176d6a27107 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -74,9 +74,9 @@ scoped_ptr<ContinueWindow> ContinueWindow::Create(const UiStrings* ui_strings) {
return scoped_ptr<ContinueWindow>(new MockContinueWindow());
}
-MockLocalInputMonitor::MockLocalInputMonitor() {}
+MockClientSessionControl::MockClientSessionControl() {}
-MockLocalInputMonitor::~MockLocalInputMonitor() {}
+MockClientSessionControl::~MockClientSessionControl() {}
MockClientSessionEventHandler::MockClientSessionEventHandler() {}

Powered by Google App Engine
This is Rietveld 408576698