Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1369)

Unified Diff: chrome/common/extensions/api/cast_streaming_rtp_stream.idl

Issue 1009643002: [Cast] Add back ignored width/height in RtpPayloadParams IDL for Chrome 43. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698