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

Unified Diff: Source/modules/mediastream/MediaStreamTrack.idl

Issue 16778002: MediaStream API: Changing the device enumeration to be async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comment fixed Created 7 years, 6 months 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: Source/modules/mediastream/MediaStreamTrack.idl
diff --git a/Source/modules/mediastream/MediaStreamTrack.idl b/Source/modules/mediastream/MediaStreamTrack.idl
index 116cc33a24f4a3610062b25e9f62c1f89c61beda..d02d8ed833e5da36548ef6d71e4520c55cb58641 100644
--- a/Source/modules/mediastream/MediaStreamTrack.idl
+++ b/Source/modules/mediastream/MediaStreamTrack.idl
@@ -37,7 +37,7 @@
attribute EventListener onunmute;
attribute EventListener onended;
- [CallWith=ScriptExecutionContext, RaisesException] static sequence<SourceInfo> getSourceInfos();
+ [CallWith=ScriptExecutionContext, RaisesException] static void getSources(MediaStreamTrackSourcesCallback callback);
// EventTarget interface
void addEventListener(DOMString type,
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrack.cpp ('k') | Source/modules/mediastream/MediaStreamTrackSourcesCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698