mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update features.cc
This commit is contained in:
parent
e7d37b8a0b
commit
b9628dda40
1 changed files with 1 additions and 7 deletions
8
third_party/blink/common/features.cc
vendored
8
third_party/blink/common/features.cc
vendored
|
@ -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"};
|
||||
|
||||
|
|
Loading…
Reference in a new issue