Files
helium/patches/inox-patchset/disable-update-pings.patch
wukko e67c0db58f patches: move everything from contrib to root dir (#557)
now all chromium patches in all helium repos follow
the same dir pattern: `<vendor>/<group>/<...>/<patch>`

and there's no longer a "contrib" dir which was admittedly
kind of confusing
2025-12-04 01:43:34 +06:00

12 lines
376 B
C++

--- a/chrome/updater/configurator.cc
+++ b/chrome/updater/configurator.cc
@@ -132,7 +132,7 @@ base::TimeDelta Configurator::UpdateDela
std::vector<GURL> Configurator::UpdateUrl() const {
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
- return external_constants_->UpdateURL();
+ return std::vector<GURL>();
}
std::vector<GURL> Configurator::PingUrl() const {