[AUTO][FILECONTROL] - version 140.0.7339.186

This commit is contained in:
uazo
2025-09-18 03:11:22 +00:00
committed by github-actions[bot]
parent 63888d58b5
commit 949bde5919
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
140.0.7339.128
140.0.7339.186
@@ -1659,6 +1659,13 @@ public abstract class ChromeFeatureList {
"read_aloud_audio_overviews_speed_addition_percentage",
20);
public static final BooleanCachedFeatureParam sShouldConsiderLanguageInOverviewReadability =
newBooleanCachedFeatureParam(
READALOUD_AUDIO_OVERVIEWS,
"read_aloud_audio_overviews_should_consider_language_in_overview_readability",
false
);
/** Controls whether Referrer App ID is passed to Search Results Page via client= param. */
public static final BooleanCachedFeatureParam sSearchinCctApplyReferrerId =
newBooleanCachedFeatureParam(SEARCH_IN_CCT, "apply_referrer_id", false);
@@ -1790,6 +1797,7 @@ public abstract class ChromeFeatureList {
sReadAloudAudioOverviewsSpeedAdditionPercentage,
sSearchinCctApplyReferrerId,
sSearchinCctOmniboxAllowedPackageNames,
sShouldConsiderLanguageInOverviewReadability,
sStartSurfaceReturnTimeTabletSecs,
sTabGroupListContainment,
sTabStripLayoutOptimizationOemAllowlist,