0015-disable-update-pings.patch 376 B

1234567891011
  1. --- a/chrome/updater/configurator.cc
  2. +++ b/chrome/updater/configurator.cc
  3. @@ -106,7 +106,7 @@ base::TimeDelta Configurator::UpdateDela
  4. std::vector<GURL> Configurator::UpdateUrl() const {
  5. DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
  6. - return external_constants_->UpdateURL();
  7. + return std::vector<GURL>();
  8. }
  9. std::vector<GURL> Configurator::PingUrl() const {