0015-disable-update-pings.patch 319 B

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