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