Index: chrome/common/extensions/api/cast_streaming_udp_transport.idl |
diff --git a/chrome/common/extensions/api/cast_streaming_udp_transport.idl b/chrome/common/extensions/api/cast_streaming_udp_transport.idl |
index 7532c6517fb6f055d5d965296acc28cbc9aa1e6e..8106a58f639a48cd926be0e934950c86742ffaf1 100644 |
--- a/chrome/common/extensions/api/cast_streaming_udp_transport.idl |
+++ b/chrome/common/extensions/api/cast_streaming_udp_transport.idl |
@@ -31,6 +31,12 @@ namespace cast.streaming.udpTransport { |
// Attributes of this object will be used to activate optional |
// behaviours in the transport. Normally this is only used for |
// experimentation. Must be called before setDestination. |
- [nocompile] static void setOptions(object options); |
+ // |transportId| : The transport ID that is created by |
+ // chrome.cast.streaming.session.create(). |
+ // |options| : A dictionary of key-value pairs of options. |
+ // See media/cast/net/cast_transport_sender_impl.h for supported |
+ // options. |
+ [nocompile] static void setOptions(long transportId, |
+ object options); |
}; |
}; |