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 da91011cbb5f088845dc21f804e6ee7fbb797b5a..14dadc0365d506b80734346caa733c3493c6b446 100644 |
--- a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h |
+++ b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h |
@@ -34,6 +34,8 @@ parseFeaturePolicy(const String& policy, |
// whitelists, one for each feature specified. |
PLATFORM_EXPORT WebParsedFeaturePolicy getContainerPolicyFromAllowedFeatures( |
const WebVector<WebFeaturePolicyFeature>& features, |
+ bool allowfullscreen, |
+ bool allowpayment, |
RefPtr<SecurityOrigin>); |
} // namespace blink |