diff --git a/patches/helium/core/disable-outdated-build-detector.patch b/patches/helium/core/disable-outdated-build-detector.patch new file mode 100644 index 00000000..7b125611 --- /dev/null +++ b/patches/helium/core/disable-outdated-build-detector.patch @@ -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); + diff --git a/patches/series b/patches/series index d00fd344..1b06a9f1 100644 --- a/patches/series +++ b/patches/series @@ -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