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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.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/PhotoCapabilities.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
index 7fc9b2e1774e6d0ec2f6953b34cbf8ef71c15010..c9c1bfb4cfbd246b31d3ce2ce3222be4b61ac99c 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
@@ -20,7 +20,7 @@ enum FillLightMode {
};
[
- RuntimeEnabled=ImageCapture,
+ OriginTrialEnabled=ImageCapture,
] interface PhotoCapabilities {
readonly attribute MeteringMode whiteBalanceMode;
readonly attribute MediaSettingsRange colorTemperature;

Powered by Google App Engine
This is Rietveld 408576698