| Index: third_party/WebKit/public/platform/WebFeature.h
|
| diff --git a/third_party/WebKit/public/platform/WebFeature.h b/third_party/WebKit/public/platform/WebFeature.h
|
| index 01a97c99bcb05e3769fd64c3d46a3184105aedb1..f7e6963c98878cee044bbb6bd5b6804335c63278 100644
|
| --- a/third_party/WebKit/public/platform/WebFeature.h
|
| +++ b/third_party/WebKit/public/platform/WebFeature.h
|
| @@ -1559,6 +1559,10 @@ enum class WebFeature : uint32_t {
|
| kDeprecatedTimingFunctionStepMiddle = 2024,
|
| kDocumentDomainSetWithNonDefaultPort = 2025,
|
| kDocumentDomainSetWithDefaultPort = 2026,
|
| + kEncryptedMediaDisabledIframe = 2028,
|
| + kGeolocationDisabledIframe = 2029,
|
| + kGetUserMediaDisabledIframe = 2030,
|
| + kRequestMIDIAccessDisabledIframe = 2031,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|