Update features.cc

This commit is contained in:
Alexander David Frick 2022-07-23 05:30:40 -05:00 committed by GitHub
parent 0e1df937c7
commit 0506152545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1427,6 +1427,10 @@ const base::FeatureParam<std::string> kUserAgentFrozenBuildVersion{
const base::Feature kReduceUserAgentPlatformOsCpu{
"ReduceUserAgentPlatformOsCpu", base::FEATURE_DISABLED_BY_DEFAULT};
const base::FeatureParam<bool> kAllExceptLegacyWindowsPlatform = {
&kReduceUserAgentPlatformOsCpu, "all_except_legacy_windows_platform", true};
const base::FeatureParam<bool> kLegacyWindowsPlatform = {
&kReduceUserAgentPlatformOsCpu, "legacy_windows_platform", true};
const base::Feature kReportFCPOnlyOnSuccessfulCommit{
"ReportFCPOnlyOnSuccessfulCommit", base::FEATURE_DISABLED_BY_DEFAULT};