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

Unified Diff: remoting/protocol/host_event_stub.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/host/session_event_executor_win.h ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/host_event_stub.h
diff --git a/remoting/protocol/host_event_stub.h b/remoting/protocol/host_event_stub.h
deleted file mode 100644
index 6b55d55e72356e6dc5bea0497ec80960f6354165..0000000000000000000000000000000000000000
--- a/remoting/protocol/host_event_stub.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Interface for an object that handles input and clipboard events.
-
-#ifndef REMOTING_PROTOCOL_HOST_EVENT_STUB_H_
-#define REMOTING_PROTOCOL_HOST_EVENT_STUB_H_
-
-#include "base/basictypes.h"
-#include "remoting/protocol/clipboard_stub.h"
-#include "remoting/protocol/input_stub.h"
-
-namespace remoting {
-namespace protocol {
-
-class HostEventStub : public ClipboardStub, public InputStub {
- public:
- HostEventStub() {}
- virtual ~HostEventStub() {}
-
- private:
- DISALLOW_COPY_AND_ASSIGN(HostEventStub);
-};
-
-} // namespace protocol
-} // namespace remoting
-
-#endif // REMOTING_PROTOCOL_HOST_EVENT_STUB_H_
« no previous file with comments | « remoting/host/session_event_executor_win.h ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698