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

Unified Diff: remoting/protocol/protocol_mock_objects.h

Issue 10823244: Remove the HostEventStub aggregate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/protocol/host_event_stub.h ('k') | remoting/protocol/protocol_mock_objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.h
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
index 2fc66bea4c11c9fd0daaca7c76cb43b2e6215809..16337a69624aa17ac272d0df6f844ba6c55649fe 100644
--- a/remoting/protocol/protocol_mock_objects.h
+++ b/remoting/protocol/protocol_mock_objects.h
@@ -14,7 +14,6 @@
#include "remoting/protocol/client_stub.h"
#include "remoting/protocol/clipboard_stub.h"
#include "remoting/protocol/connection_to_client.h"
-#include "remoting/protocol/host_event_stub.h"
#include "remoting/protocol/host_stub.h"
#include "remoting/protocol/input_stub.h"
#include "remoting/protocol/session.h"
@@ -99,19 +98,6 @@ class MockInputStub : public InputStub {
DISALLOW_COPY_AND_ASSIGN(MockInputStub);
};
-class MockHostEventStub : public HostEventStub {
- public:
- MockHostEventStub();
- virtual ~MockHostEventStub();
-
- MOCK_METHOD1(InjectClipboardEvent, void(const ClipboardEvent& event));
- MOCK_METHOD1(InjectKeyEvent, void(const KeyEvent& event));
- MOCK_METHOD1(InjectMouseEvent, void(const MouseEvent& event));
-
- private:
- DISALLOW_COPY_AND_ASSIGN(MockHostEventStub);
-};
-
class MockHostStub : public HostStub {
public:
MockHostStub();
« no previous file with comments | « remoting/protocol/host_event_stub.h ('k') | remoting/protocol/protocol_mock_objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698