Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5

Issue 2680083002: Initial Implementation of Iframe Attribute for Feature Policy (Part 1) (Closed)
Patch Set: Codereview: nit Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
index 99503f592cad8198986047da7125f630b1d9fb17..0d3443952019b996ddb33fc090fb83a409d1c4f8 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
@@ -386,6 +386,10 @@
status: "experimental",
},
{
+ name: "FeaturePolicyExperimentalFeatures",
+ status: "experimental",
+ },
+ {
name: "FileAPIBlobClose",
status: "experimental",
},

Powered by Google App Engine