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; |