helium/core: disable outdated build detector

it's not relevant for helium, we don't have background updaters
This commit is contained in:
wukko
2025-08-16 17:25:47 +06:00
parent b497f44124
commit f240e14a58
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/chrome/browser/upgrade_detector/upgrade_detector_impl.cc
+++ b/chrome/browser/upgrade_detector/upgrade_detector_impl.cc
@@ -214,6 +214,8 @@ void UpgradeDetectorImpl::DoCalculateThr
void UpgradeDetectorImpl::StartOutdatedBuildDetector() {
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
+ return;
+
static BASE_FEATURE(kOutdatedBuildDetector, "OutdatedBuildDetector",
base::FEATURE_ENABLED_BY_DEFAULT);

View File

@@ -151,6 +151,7 @@ helium/core/add-low-power-framerate-flag.patch
helium/core/add-update-channel-flag.patch
helium/core/add-updater-preference.patch
helium/core/add-disable-ech-flag.patch
helium/core/disable-outdated-build-detector.patch
helium/settings/move-search-suggest.patch
helium/settings/remove-autofill.patch