Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Unified Diff: chrome/common/extensions/api/webrtc_cast_send_transport.idl

Issue 83043005: Cast Extensions API: Factory method for creating a cast session (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed scope Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/common/extensions/api/cast_streaming_session.idl ('k') | chrome/common/extensions/api/webrtc_cast_udp_transport.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698