| Index: remoting/proto/control.proto
|
| diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto
|
| index ebe035877bc5b446f05ff902654c40e029741cac..20f0b9d4b9b24a37fa09fbd33cf2d1dc17b9bd9c 100644
|
| --- a/remoting/proto/control.proto
|
| +++ b/remoting/proto/control.proto
|
| @@ -21,6 +21,11 @@ message VideoControl {
|
| optional bool enable = 1;
|
| }
|
|
|
| +message AudioControl {
|
| + // Enables the audio channel if true, pauses if false.
|
| + optional bool enable = 1;
|
| +}
|
| +
|
| message CursorShapeInfo {
|
| // Width, height (in screen pixels) of the cursor.
|
| optional int32 width = 1;
|
|
|