| Index: third_party/WebKit/public/platform/web_feature.mojom
|
| diff --git a/third_party/WebKit/public/platform/web_feature.mojom b/third_party/WebKit/public/platform/web_feature.mojom
|
| index 9a312584e61031823626c0478e025a5b20515407..7a1b51ef1a7280060fd5b18ebbdea438e24fd31f 100644
|
| --- a/third_party/WebKit/public/platform/web_feature.mojom
|
| +++ b/third_party/WebKit/public/platform/web_feature.mojom
|
| @@ -1590,6 +1590,11 @@ enum WebFeature {
|
| kReportUriMultipleEndpoints = 2052,
|
| kReportUriSingleEndpoint = 2053,
|
| kV8ConstructorNonUndefinedPrimitiveReturn = 2054,
|
| + kEncryptedMediaDisallowedByFeaturePolicyInCrossOriginIframe = 2055,
|
| + kGeolocationDisallowedByFeaturePolicyInCrossOriginIframe = 2056,
|
| + kGetUserMediaMicDisallowedByFeaturePolicyInCrossOriginIframe = 2057,
|
| + kGetUserMediaCameraDisallowedByFeaturePolicyInCrossOriginIframe = 2058,
|
| + kRequestMIDIAccessDisallowedByFeaturePolicyInCrossOriginIframe = 2059,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|