0

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: enne <enne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817262}
This commit is contained in:
Olivier Yiptong
2020-10-14 23:48:18 +00:00
committed by Commit Bot
parent f231f5fe5c
commit afe33f1e0b
2 changed files with 2 additions and 3 deletions
chrome/browser
third_party/blink/common

@ -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};