Commit 2a148544 authored by Xiaohan Wang's avatar Xiaohan Wang Committed by Commit Bot

media: Enable EncryptedMediaHdcpPolicyCheck by default

- Remove the origin trial
- Mark the status as "stable"

Blink intent-to-ship approval at
https://groups.google.com/a/chromium.org/d/msg/blink-dev/w0jNaAhyTV0/3oDkR_ASAQAJ

TBR=timvolodine

Bug: 709348
Test: Manually tested to make sure the API is available by default.
Change-Id: I84306dc0e17f104043fa2205529e650e255e7175
Reviewed-on: https://chromium-review.googlesource.com/c/1423090
Commit-Queue: Xiaohan Wang <xhwang@chromium.org>
Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#625807}
parent f7c62ece
...@@ -3620,6 +3620,7 @@ interface MediaKeys ...@@ -3620,6 +3620,7 @@ interface MediaKeys
attribute @@toStringTag attribute @@toStringTag
method constructor method constructor
method createSession method createSession
method getStatusForPolicy
method setServerCertificate method setServerCertificate
interface MediaList interface MediaList
attribute @@toStringTag attribute @@toStringTag
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
[ [
ImplementedAs=MediaKeysGetStatusForPolicy, ImplementedAs=MediaKeysGetStatusForPolicy,
OriginTrialEnabled=EncryptedMediaHdcpPolicyCheck,
SecureContext SecureContext
] partial interface MediaKeys { ] partial interface MediaKeys {
[Measure, CallWith=ScriptState] Promise<MediaKeyStatus> getStatusForPolicy(MediaKeysPolicy policy); [Measure, CallWith=ScriptState] Promise<MediaKeyStatus> getStatusForPolicy(MediaKeysPolicy policy);
......
...@@ -421,8 +421,7 @@ ...@@ -421,8 +421,7 @@
}, },
{ {
name: "EncryptedMediaHdcpPolicyCheck", name: "EncryptedMediaHdcpPolicyCheck",
origin_trial_feature_name: "EncryptedMediaHdcpPolicyCheck", status: "stable",
status: "experimental",
}, },
{ {
name: "EncryptedMediaPersistentUsageRecordSession", name: "EncryptedMediaPersistentUsageRecordSession",
......
...@@ -3816,6 +3816,7 @@ interface MediaKeys ...@@ -3816,6 +3816,7 @@ interface MediaKeys
attribute @@toStringTag attribute @@toStringTag
method constructor method constructor
method createSession method createSession
method getStatusForPolicy
method setServerCertificate method setServerCertificate
interface MediaList interface MediaList
attribute @@toStringTag attribute @@toStringTag
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment