| Index: extensions/common/api/cast_channel.idl
|
| diff --git a/extensions/common/api/cast_channel.idl b/extensions/common/api/cast_channel.idl
|
| index 57a3abdeabec55efc4d43fb0f8443c9e29939093..f74ebf267494750035e6fb33718f4d832249a129 100644
|
| --- a/extensions/common/api/cast_channel.idl
|
| +++ b/extensions/common/api/cast_channel.idl
|
| @@ -73,6 +73,10 @@ namespace cast.channel {
|
|
|
| // The authentication method required for the channel.
|
| ChannelAuthType auth;
|
| +
|
| + // If set, CastDeviceCapability bitmask values describing capability of the
|
| + // cast device.
|
| + long? capabilities;
|
| };
|
|
|
| // Describes the state of a channel to a Cast receiver.
|
|
|