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..e2f4fa38be6dc1b082f348ae30a780c75d13d514 100644 |
--- a/chrome/common/extensions/api/webrtc_cast_send_transport.idl |
+++ b/chrome/common/extensions/api/webrtc_cast_send_transport.idl |
@@ -61,16 +61,6 @@ namespace webrtc.castSendTransport { |
callback CreateCallback = void (long transportId); |
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( |
- long innerTransportId, |
- [instanceOf=MediaStreamTrack] object track, |
- CreateCallback callback); |
- |
// Destroys a cast send transport. |
// |transportId| : The transport ID. |
[nocompile] static void destroy(long transportId); |