| Index: chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| diff --git a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| index 70b466295ad3963e19e62c0ceeeb8ae98e262486..211ee9d21c6760bc7e455f3b6cbeef716360031a 100644
|
| --- a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| +++ b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| @@ -48,6 +48,11 @@ namespace cast.streaming.rtpStream {
|
| // The maximum frame rate.
|
| double? maxFrameRate;
|
|
|
| + // TODO(miu): DEPRECATED. These fields are ignored, and will be removed
|
| + // starting with Chrome 44. http://crbug.com/466357
|
| + long? width;
|
| + long? height;
|
| +
|
| // 32 bytes hex-encoded AES key.
|
| DOMString? aesKey;
|
|
|
|
|