| 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..fbcd927e8d65b5d68084e2619c00c6e3d28c76de 100644
|
| --- a/remoting/protocol/host_control_dispatcher.h
|
| +++ b/remoting/protocol/host_control_dispatcher.h
|
| @@ -37,6 +37,7 @@ class HostControlDispatcher : public ChannelDispatcherBase,
|
| virtual void SetCapabilities(const Capabilities& capabilities) OVERRIDE;
|
| virtual void SetPairingResponse(
|
| const PairingResponse& pairing_response) OVERRIDE;
|
| + virtual void ProcessHostJson(const JsonMessage& json_message) OVERRIDE;
|
|
|
| // ClipboardStub implementation for sending clipboard data to client.
|
| virtual void InjectClipboardEvent(const ClipboardEvent& event) OVERRIDE;
|
|
|