Commit afe33f1e authored by Olivier Yiptong's avatar Olivier Yiptong Committed by Commit Bot

FontAccess: Bump flag expiry to 90

This bumps the flag expiry to M90, when the planned Origin Trial is set
to end.

Bug: 535764
Change-Id: Id7333ad64cd4ce89073b7409652c0197c311f2bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472616
Commit-Queue: Olivier Yiptong <oyiptong@chromium.org>
Commit-Queue: enne <enne@chromium.org>
Auto-Submit: Olivier Yiptong <oyiptong@chromium.org>
Reviewed-by: default avatarenne <enne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817262}
parent f231f5fe
......@@ -2585,7 +2585,7 @@
{
"name": "font-access",
"owners": [ "cmp", "oyiptong" ],
"expiry_milestone": 89
"expiry_milestone": 90
},
{
"name": "force-color-profile",
......
......@@ -288,8 +288,7 @@ const base::Feature kFileHandlingAPI{"FileHandlingAPI",
const base::Feature kAllowSyncXHRInPageDismissal{
"AllowSyncXHRInPageDismissal", base::FEATURE_DISABLED_BY_DEFAULT};
// Font enumeration and table access. https://crbug.com/535764 and
// https://crbug.com/982054.
// Font enumeration and data access. https://crbug.com/535764
const base::Feature kFontAccess{"FontAccess",
base::FEATURE_DISABLED_BY_DEFAULT};
......
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