Index: third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp |
diff --git a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp |
index f89c965b35075a0057e00fe885d3e977f2c26074..0c8e2a45b7dfcacb25d82172279d177c358eab80 100644 |
--- a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp |
+++ b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp |
@@ -134,6 +134,7 @@ const FeatureNameMap& GetDefaultFeatureNameMap() { |
default_feature_name_map.Set("fullscreen", |
WebFeaturePolicyFeature::kFullscreen); |
default_feature_name_map.Set("payment", WebFeaturePolicyFeature::kPayment); |
+ default_feature_name_map.Set("usb", WebFeaturePolicyFeature::kUsb); |
if (RuntimeEnabledFeatures::featurePolicyExperimentalFeaturesEnabled()) { |
default_feature_name_map.Set("vibrate", |
WebFeaturePolicyFeature::kVibrate); |