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

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

Issue 2259253002: Remove MediaDevices runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | third_party/WebKit/Source/modules/mediastream/NavigatorUserMedia.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediastream/MediaDevices.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDevices.idl b/third_party/WebKit/Source/modules/mediastream/MediaDevices.idl
index 48437fc2f0c9e3626017f682460c2d311d0a8d43..1020e06141854fb9dfefd67b16afc66cc1d5e6ad 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaDevices.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaDevices.idl
@@ -9,8 +9,7 @@
[
ActiveScriptWrappable,
DependentLifetime,
- ConstructorCallWith=ExecutionContext,
- RuntimeEnabled=MediaDevices
+ ConstructorCallWith=ExecutionContext
]
interface MediaDevices : EventTarget {
[CallWith=ScriptState, MeasureAs=MediaDevicesEnumerateDevices] Promise<sequence<MediaDeviceInfo>> enumerateDevices();
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/mediastream/NavigatorUserMedia.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698