Commit bcea03c2 authored by evliu's avatar evliu Committed by Commit Bot

Remove the EmbeddedVTTStylesheetsEnabled runtime flag

The CL removes the EmbeddedVTTStylesheetsEnabled runtime flag as the
feature has been stable since M78.

Bug: 1056392
Change-Id: I935bf5f099753f5e33b312b5aca1a513a7c29152
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076408Reviewed-by: default avatarRune Lillesveen <futhark@chromium.org>
Commit-Queue: Evan Liu <evliu@google.com>
Cr-Commit-Position: refs/heads/master@{#745098}
parent f6703c6c
......@@ -285,10 +285,8 @@ VTTParser::ParseState VTTParser::CollectWebVTTBlock(const String& line) {
if (line.StartsWith("STYLE") && StringView(line, kStyleIdentifierLength)
.IsAllSpecialCharacters<IsASpace>()) {
contains_style_block_ = true;
if (RuntimeEnabledFeatures::EmbeddedVTTStylesheetsEnabled()) {
current_content_.Clear();
return kStyle;
}
current_content_.Clear();
return kStyle;
}
}
......
......@@ -618,10 +618,6 @@
// http://crbug.com/707656 content editable in LayoutNG.
name: "EditingNG",
},
{
name: "EmbeddedVTTStylesheets",
status: "experimental",
},
{
name: "EncryptedMediaEncryptionSchemeQuery",
status: "stable",
......
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