Commit a56336ba authored by Xiaohan Wang's avatar Xiaohan Wang Committed by Commit Bot

media: Mark EME PersistentUsageRecordSession as stable

This enables EME `persistent-usage-record` session type by default on
all platforms. The actual support of this session type on each platform
depends on the key system and CDM implementations.

See Blink intent-to-ship thread for this feature at
https://groups.google.com/a/chromium.org/g/blink-dev/c/7aTue7FPEuU

Bug: 1081977
Change-Id: I1c05d4b41e15bec3571dfa9c66aa4e269c862004
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341909Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Commit-Queue: Xiaohan Wang <xhwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797292}
parent fceeaae5
...@@ -204,10 +204,6 @@ class EncryptedMediaSupportedTypesTest : public InProcessBrowserTest { ...@@ -204,10 +204,6 @@ class EncryptedMediaSupportedTypesTest : public InProcessBrowserTest {
test_launcher_utils::RemoveCommandLineSwitch( test_launcher_utils::RemoveCommandLineSwitch(
default_command_line, switches::kDisableComponentUpdate, command_line); default_command_line, switches::kDisableComponentUpdate, command_line);
#endif // BUILDFLAG(ENABLE_LIBRARY_CDMS) #endif // BUILDFLAG(ENABLE_LIBRARY_CDMS)
command_line->AppendSwitchASCII(
switches::kEnableBlinkFeatures,
"EncryptedMediaEncryptionSchemeQuery,"
"EncryptedMediaPersistentUsageRecordSession");
} }
void SetUpOnMainThread() override { void SetUpOnMainThread() override {
......
...@@ -699,7 +699,7 @@ ...@@ -699,7 +699,7 @@
}, },
{ {
name: "EncryptedMediaPersistentUsageRecordSession", name: "EncryptedMediaPersistentUsageRecordSession",
status: "experimental", status: "stable",
}, },
{ {
name: "EnterKeyHintAttribute", name: "EnterKeyHintAttribute",
......
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