summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/core/inox-patchset/0015-disable-update-pings.patch
blob: cc7f3440231125ac0554654f81722dc41a074dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/updater/configurator.cc.orig
+++ chrome/updater/configurator.cc
@@ -82,7 +82,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 {