Index: chrome/common/extensions/api/webrtc_cast_send_transport.idl |
diff --git a/chrome/common/extensions/api/webrtc_cast_send_transport.idl b/chrome/common/extensions/api/webrtc_cast_send_transport.idl |
index 96ec279c959d43c7c0902c9039f4ae91be05831d..28de29d7512c1c0577f20c1e2a0b4d8a2ee66331 100644 |
--- a/chrome/common/extensions/api/webrtc_cast_send_transport.idl |
+++ b/chrome/common/extensions/api/webrtc_cast_send_transport.idl |
@@ -62,12 +62,9 @@ namespace webrtc.castSendTransport { |
interface Functions { |
// Creates a cast send transport. |
- // |innerTransportId| : the ID of the inner transport. The transport to be |
- // created will send data on the inner transport. |
// |track| : the media track encoded by this transport. |
// |callback| : Called when the transport has been created. |
[nocompile] static void create( |
haibinlu
2013/11/23 02:10:00
remove this create method too?
|
- long innerTransportId, |
[instanceOf=MediaStreamTrack] object track, |
CreateCallback callback); |