| Index: remoting/proto/internal.proto
|
| diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto
|
| index 4e68d7d77ff57e93a5f7102195b60003a4b8419d..323b7402065cd670d469ae304b528f5b2f7c7f7c 100644
|
| --- a/remoting/proto/internal.proto
|
| +++ b/remoting/proto/internal.proto
|
| @@ -20,6 +20,7 @@ message ControlMessage {
|
| optional ClientDimensions client_dimensions = 2;
|
| optional CursorShapeInfo cursor_shape = 4;
|
| optional VideoControl video_control = 3;
|
| + optional AudioControl audio_control = 5;
|
| }
|
|
|
| // Defines an event message on the event channel.
|
|
|