summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/host_control_dispatcher.h
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-22 22:29:24 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-22 22:29:24 +0000
commitff3761a1e35e0d5ef9e3c00beeadd3c565a4b84f (patch)
tree6ec789e2b8ba63d88d29af7e6741bf335784a73e /remoting/protocol/host_control_dispatcher.h
parentb44a986ebf6b56ad74a5efcbd2395851e815489c (diff)
downloadchromium_src-ff3761a1e35e0d5ef9e3c00beeadd3c565a4b84f.zip
chromium_src-ff3761a1e35e0d5ef9e3c00beeadd3c565a4b84f.tar.gz
chromium_src-ff3761a1e35e0d5ef9e3c00beeadd3c565a4b84f.tar.bz2
[Chromoting] Add a filter that will stop the host sending unnecessary clipboard events to the client.
The host does not yet send any clipboard events to the client. A follow-up CL will make that happen. BUG=117473 Review URL: https://chromiumcodereview.appspot.com/10399052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/host_control_dispatcher.h')
-rw-r--r--remoting/protocol/host_control_dispatcher.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/remoting/protocol/host_control_dispatcher.h b/remoting/protocol/host_control_dispatcher.h
index 0e36ce4..8f0473b 100644
--- a/remoting/protocol/host_control_dispatcher.h
+++ b/remoting/protocol/host_control_dispatcher.h
@@ -24,10 +24,9 @@ class HostStub;
class Session;
// HostControlDispatcher dispatches incoming messages on the control
-// channel to HostStub or ClipboardStub, and also implements ClientStub and
-// ClipboardStub for outgoing messages.
-class HostControlDispatcher : public ChannelDispatcherBase, public ClientStub,
- public ClipboardStub {
+// channel to HostStub or ClipboardStub, and also implements ClientStub for
+// outgoing messages.
+class HostControlDispatcher : public ChannelDispatcherBase, public ClientStub {
public:
HostControlDispatcher();
virtual ~HostControlDispatcher();