Update features.cc
This commit is contained in:
parent
0e1df937c7
commit
0506152545
1 changed files with 4 additions and 0 deletions
4
src/third_party/blink/common/features.cc
vendored
4
src/third_party/blink/common/features.cc
vendored
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue