mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
12 lines
376 B
Diff
12 lines
376 B
Diff
--- a/chrome/updater/configurator.cc
|
|
+++ b/chrome/updater/configurator.cc
|
|
@@ -147,7 +147,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 {
|