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

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

Issue 2390483002: Drop [RuntimeEnabled] for all IDL dictionaries (Closed)
Patch Set: rebase Created 4 years, 2 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
Index: third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
index 58fd046e66253d64fb122c95bcd9e1503ee443c8..a69e6321e05c526894a394f3a09099329c7c8f05 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
@@ -4,9 +4,7 @@
// https://www.w3.org/TR/image-capture/#PhotoSettings
-[
- RuntimeEnabled=ImageCapture
-] dictionary PhotoSettings {
+dictionary PhotoSettings {
MeteringMode whiteBalanceMode;
unsigned long colorTemperature;
MeteringMode exposureMode;

Powered by Google App Engine
This is Rietveld 408576698