| Index: Source/platform/RuntimeEnabledFeatures.in
|
| diff --git a/Source/platform/RuntimeEnabledFeatures.in b/Source/platform/RuntimeEnabledFeatures.in
|
| index d3e6e5d67ebfc119675609e6f6bde70229b57bbb..08f9600464c49c0d07587b70691bc2b6073a96b0 100644
|
| --- a/Source/platform/RuntimeEnabledFeatures.in
|
| +++ b/Source/platform/RuntimeEnabledFeatures.in
|
| @@ -7,7 +7,6 @@
|
| // status=stable -> Enable this in all Blink configurations. We are committed to these APIs indefinitely.
|
| // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
|
| // status=test -> Enabled in ContentShell for testing, otherwise off.
|
| -// status=deprecated -> Alias for "test", will be removed at some point.
|
| // Features without a status are not enabled anywhere by default.
|
| //
|
| // "implied_by" or "depends_on" specifies relationship to other features:
|
| @@ -126,7 +125,7 @@ Permissions status=stable
|
| PermissionsRequestRevoke status=experimental
|
| PointerEvent
|
| PreciseMemoryInfo
|
| -PrefixedEncryptedMedia status=deprecated
|
| +PrefixedEncryptedMedia status=test
|
| // This feature is deprecated and we are evangelizing affected sites.
|
| // See https://crbug.com/346236 for current status.
|
| PrefixedVideoFullscreen status=stable
|
|
|