Update features.cc

This commit is contained in:
Alexander David Frick 2022-06-14 00:07:20 -07:00 committed by GitHub
parent e7d37b8a0b
commit b9628dda40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -771,12 +771,6 @@ const base::Feature kInputTargetClientHighPriority{
const base::Feature kResamplingScrollEvents{"ResamplingScrollEvents",
base::FEATURE_ENABLED_BY_DEFAULT};
// Enables the device-memory, resource-width, viewport-width and DPR client
// hints to be sent to third-party origins if the first-party has opted in to
// receiving client hints, regardless of Permissions Policy.
const base::Feature kAllowClientHintsToThirdParty{
"AllowClientHintsToThirdParty", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kFilteringScrollPrediction{
"FilteringScrollPrediction", base::FEATURE_DISABLED_BY_DEFAULT};
@ -1431,7 +1425,7 @@ const base::Feature kOptimizeViewportConstrainedPaintInvalidation{
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kReduceUserAgentMinorVersion{
"ReduceUserAgentMinorVersion", base::FEATURE_DISABLED_BY_DEFAULT};
"ReduceUserAgentMinorVersion", base::FEATURE_ENABLED_BY_DEFAULT};
const base::FeatureParam<std::string> kUserAgentFrozenBuildVersion{
&kReduceUserAgentMinorVersion, "build_version", "0"};