| Index: remoting/protocol/host_control_dispatcher.h
|
| diff --git a/remoting/protocol/host_control_dispatcher.h b/remoting/protocol/host_control_dispatcher.h
|
| index 080d6dd71924ee7a9127ae5cedd760e65b4e181e..ff0fc34ac40c5023e9a6037f71a512e422d52e95 100644
|
| --- a/remoting/protocol/host_control_dispatcher.h
|
| +++ b/remoting/protocol/host_control_dispatcher.h
|
| @@ -33,6 +33,9 @@ class HostControlDispatcher : public ChannelDispatcherBase,
|
| HostControlDispatcher();
|
| virtual ~HostControlDispatcher();
|
|
|
| + // ClientStub implementation.
|
| + virtual void SetCapabilities(const Capabilities& capabilities) OVERRIDE;
|
| +
|
| // ClipboardStub implementation for sending clipboard data to client.
|
| virtual void InjectClipboardEvent(const ClipboardEvent& event) OVERRIDE;
|
|
|
|
|