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..36193270e43d8a4cb1b3488cce0d31dc182d3ee7 100644 |
--- a/chrome/common/extensions/api/cast_streaming_udp_transport.idl |
+++ b/chrome/common/extensions/api/cast_streaming_udp_transport.idl |
@@ -31,6 +31,11 @@ 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. |
scheib
2014/09/23 15:26:28
Please comment where transportId comes from (espec
|
+ // |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); |
}; |
}; |