| Index: remoting/proto/control.proto
|
| diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto
|
| index e1c29ce3a01d7bf6c5c785e5e88840c106c81c72..2ff7fadf280c6a093f2722bb0d4db31b831cf4db 100644
|
| --- a/remoting/proto/control.proto
|
| +++ b/remoting/proto/control.proto
|
| @@ -47,3 +47,8 @@ message CursorShapeInfo {
|
| // Cursor pixmap data in 32-bit BGRA format.
|
| optional bytes data = 5;
|
| }
|
| +
|
| +message Capabilities {
|
| + // List of capabilities supported by the sender (case sensitive).
|
| + repeated string capability = 1;
|
| +}
|
|
|