Chromium Code Reviews| 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..8d712c5c453a00ed62fb500d447d430583080223 100644 |
| --- a/chrome/common/extensions/api/cast_streaming_udp_transport.idl |
| +++ b/chrome/common/extensions/api/cast_streaming_udp_transport.idl |
| @@ -31,6 +31,9 @@ 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. |
| + // |options| : A dictionary of key-value pairs of options. |
|
scheib
2014/09/22 22:49:45
Where are options or transports defined?
Alpha Left Google
2014/09/22 23:06:32
I added a comment to describe the list of options
|
| + [nocompile] static void setOptions(long transportId, |
| + object options); |
| }; |
| }; |