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

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

Issue 1300833002: Enable MediaDevices.enumerateDevices and let promises-based getUserMedia behind a flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update global stable interface listing Created 5 years, 4 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
« no previous file with comments | « Source/modules/mediastream/MediaDevices.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/NavigatorUserMedia.idl
diff --git a/Source/modules/mediastream/NavigatorUserMedia.idl b/Source/modules/mediastream/NavigatorUserMedia.idl
index 8c38ca130846abe2fe71a5e8e5c6e4ac46ddbe21..c3ba9f05790ec3a47d75ec4ccac189952547ad43 100644
--- a/Source/modules/mediastream/NavigatorUserMedia.idl
+++ b/Source/modules/mediastream/NavigatorUserMedia.idl
@@ -5,6 +5,6 @@
// http://w3c.github.io/mediacapture-main/#navigatorusermedia
partial interface Navigator {
- [RuntimeEnabled=EnumerateDevices] readonly attribute MediaDevices mediaDevices;
+ [RuntimeEnabled=MediaDevices] readonly attribute MediaDevices mediaDevices;
};
« no previous file with comments | « Source/modules/mediastream/MediaDevices.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698