| Index: remoting/protocol/host_control_dispatcher.h
|
| diff --git a/remoting/protocol/host_control_dispatcher.h b/remoting/protocol/host_control_dispatcher.h
|
| index 4620be10b877f8266be0cf7fe93eb5d70480568b..82aa7938f5e8a0c810972d8291d19b2e022784b4 100644
|
| --- a/remoting/protocol/host_control_dispatcher.h
|
| +++ b/remoting/protocol/host_control_dispatcher.h
|
| @@ -37,6 +37,8 @@ class HostControlDispatcher : public ChannelDispatcherBase,
|
| virtual void SetCapabilities(const Capabilities& capabilities) OVERRIDE;
|
| virtual void SetPairingResponse(
|
| const PairingResponse& pairing_response) OVERRIDE;
|
| + virtual void DeliverHostMessage(
|
| + const ExtensionMessage& message) OVERRIDE;
|
|
|
| // ClipboardStub implementation for sending clipboard data to client.
|
| virtual void InjectClipboardEvent(const ClipboardEvent& event) OVERRIDE;
|
|
|