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

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

Issue 1202553002: Implement navigator.mediaDevices.getUserMedia() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments (cleanup) Created 5 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/MediaDevices.idl
diff --git a/Source/modules/mediastream/MediaDevices.idl b/Source/modules/mediastream/MediaDevices.idl
index 8f6d0dfecd49a708603c0bf7772104b607d077cf..949ced31127985d29868ea0687ba194c7bc7d2b6 100644
--- a/Source/modules/mediastream/MediaDevices.idl
+++ b/Source/modules/mediastream/MediaDevices.idl
@@ -10,4 +10,5 @@
]
interface MediaDevices {
[RuntimeEnabled=EnumerateDevices, TypeChecking=Interface, CallWith=ScriptState] Promise<sequence<MediaDeviceInfo>> enumerateDevices();
+ [CallWith=ScriptState, RaisesException] Promise<MediaStream> getUserMedia(Dictionary options);
Peter Beverloo 2015/06/23 12:44:16 You mentioned something about an Intent to Impleme
hta - Chromium 2015/06/26 09:28:59 The other half of MediaDevices is a partial interf
};
« Source/modules/mediastream/MediaDevices.cpp ('K') | « Source/modules/mediastream/MediaDevices.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698