mirror of
https://github.com/imputnet/helium.git
synced 2026-08-20 00:57:32 +02:00
12 lines
376 B
C++
12 lines
376 B
C++
--- a/chrome/updater/configurator.cc
|
|
+++ b/chrome/updater/configurator.cc
|
|
@@ -133,7 +133,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 {
|