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

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: merged Created 7 years, 1 month 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..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);

Powered by Google App Engine
This is Rietveld 408576698