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

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

Issue 1267073004: Revert of [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, 5 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 211ee9d21c6760bc7e455f3b6cbeef716360031a..70b466295ad3963e19e62c0ceeeb8ae98e262486 100644
--- a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
+++ b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
@@ -47,11 +47,6 @@
// 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