| Index: remoting/protocol/client_control_dispatcher.h
|
| diff --git a/remoting/protocol/client_control_dispatcher.h b/remoting/protocol/client_control_dispatcher.h
|
| index 1cdc3f926cb312b414c71fd10846f1051ef796d8..a28bbd0d34a8d630f22f017f4b514c537acf1b46 100644
|
| --- a/remoting/protocol/client_control_dispatcher.h
|
| +++ b/remoting/protocol/client_control_dispatcher.h
|
| @@ -37,6 +37,7 @@ class ClientControlDispatcher : public ChannelDispatcherBase,
|
| virtual void NotifyClientDimensions(
|
| const ClientDimensions& dimensions) OVERRIDE;
|
| virtual void ControlVideo(const VideoControl& video_control) OVERRIDE;
|
| + virtual void ControlAudio(const AudioControl& audio_control) OVERRIDE;
|
|
|
| // Sets the ClientStub that will be called for each incoming control
|
| // message. |client_stub| must outlive this object.
|
|
|