From b9628dda407db736f6dbe8e283e87dff9ab8cfec Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Tue, 14 Jun 2022 00:07:20 -0700 Subject: [PATCH] Update features.cc --- third_party/blink/common/features.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc index c70249c6..0a9e862f 100644 --- a/third_party/blink/common/features.cc +++ b/third_party/blink/common/features.cc @@ -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 kUserAgentFrozenBuildVersion{ &kReduceUserAgentMinorVersion, "build_version", "0"};