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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl

Issue 2485773002: Enable ImageCapture origin trial experiment (Closed)
Patch Set: reillyg@ comment Created 4 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: third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
index 2436bece2c4890d08b526b3c7107a5070d21011d..db43c555278d185bb968557d33aa5f4d62cec9d8 100644
--- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
@@ -10,7 +10,7 @@
Constructor(MediaStreamTrack track),
DependentLifetime,
RaisesException=Constructor,
- RuntimeEnabled=ImageCapture,
+ OriginTrialEnabled=ImageCapture,
] interface ImageCapture {
readonly attribute MediaStreamTrack videoStreamTrack;

Powered by Google App Engine
This is Rietveld 408576698