| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index f0ab673e656cd9a06da760fb5b496a6a5fb31c22..c6c2c5fdf11600a983a5fc8f615567f29c5aa7be 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -98,6 +98,8 @@ class ClientSession
|
| const protocol::ClientDimensions& dimensions) OVERRIDE;
|
| virtual void ControlVideo(
|
| const protocol::VideoControl& video_control) OVERRIDE;
|
| + virtual void ControlAudio(
|
| + const protocol::AudioControl& audio_control) OVERRIDE;
|
|
|
| // protocol::ConnectionToClient::EventHandler interface.
|
| virtual void OnConnectionAuthenticated(
|
|
|