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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.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/MediaSettingsRange.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl b/third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl
index 48ca747428ae546afd0551d4795b7944ce4d8330..e9299071763b78f55291d8af62cdd6d3550d5542 100644
--- a/third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl
@@ -5,7 +5,7 @@
// https://w3c.github.io/mediacapture-image/index.html#mediasettingsrange
[
- RuntimeEnabled=ImageCapture,
+ OriginTrialEnabled=ImageCapture,
] interface MediaSettingsRange {
readonly attribute long max;
readonly attribute long min;

Powered by Google App Engine
This is Rietveld 408576698