Index: third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h |
diff --git a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h |
index c869c609d3e20045fb0316c16a49effaaf846da8..76bd124cfbaba7325f7b2969092684086f7fc853 100644 |
--- a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h |
+++ b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h |
@@ -49,6 +49,10 @@ PLATFORM_EXPORT WebParsedFeaturePolicy GetContainerPolicyFromAllowedFeatures( |
bool allowpayment, |
RefPtr<SecurityOrigin>); |
+// Verifies whether feature policy is enabled and |feature| is supported in |
+// feature policy. |
+PLATFORM_EXPORT bool IsSupportedInFeaturePolicy(WebFeaturePolicyFeature); |
+ |
} // namespace blink |
#endif // FeaturePolicy_h |