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

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: 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 47243ec80dffe5e0e10a9d30c0d9e114cc9492a8..0848c42a218e1ab02c87878e4bef1399e933c03d 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -76,10 +76,6 @@ scoped_ptr<ContinueWindow> ContinueWindow::Create(const UiStrings* ui_strings) {
return scoped_ptr<ContinueWindow>(new MockContinueWindow());
}
-MockLocalInputMonitor::MockLocalInputMonitor() {}
-
-MockLocalInputMonitor::~MockLocalInputMonitor() {}
-
MockClientSessionEventHandler::MockClientSessionEventHandler() {}
MockClientSessionEventHandler::~MockClientSessionEventHandler() {}

Powered by Google App Engine
This is Rietveld 408576698