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

Unified Diff: remoting/host/ipc_desktop_environment_unittest.cc

Issue 12594009: Converted LocalInputMonitor into a SessionController instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/host_user_interface.cc ('k') | remoting/host/local_input_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ipc_desktop_environment_unittest.cc
diff --git a/remoting/host/ipc_desktop_environment_unittest.cc b/remoting/host/ipc_desktop_environment_unittest.cc
index 72c53d14b2dd7c1686b756be42d9134d791629ca..c41af3c277a68e2109c1f7c6cccf617daace068a 100644
--- a/remoting/host/ipc_desktop_environment_unittest.cc
+++ b/remoting/host/ipc_desktop_environment_unittest.cc
@@ -77,20 +77,6 @@ class MockDaemonListener : public IPC::Listener {
DISALLOW_COPY_AND_ASSIGN(MockDaemonListener);
};
-class MockClientSessionControl : public ClientSessionControl {
- public:
- MockClientSessionControl() {}
- virtual ~MockClientSessionControl() {}
-
- MOCK_CONST_METHOD0(client_jid, const std::string&());
- MOCK_METHOD0(DisconnectSession, void());
- MOCK_METHOD1(OnLocalMouseMoved, void(const SkIPoint&));
- MOCK_METHOD1(SetDisableInputs, void(bool));
-
- private:
- DISALLOW_COPY_AND_ASSIGN(MockClientSessionControl);
-};
-
bool FakeDaemonSender::Send(IPC::Message* message) {
OnMessageReceived(*message);
delete message;
« no previous file with comments | « remoting/host/host_user_interface.cc ('k') | remoting/host/local_input_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698