summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/core/inox-patchset/0015-disable-update-pings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/core/inox-patchset/0015-disable-update-pings.patch')
-rw-r--r--www/chromium-uc/patches/core/inox-patchset/0015-disable-update-pings.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/core/inox-patchset/0015-disable-update-pings.patch b/www/chromium-uc/patches/core/inox-patchset/0015-disable-update-pings.patch
new file mode 100644
index 0000000..cc7f344
--- /dev/null
+++ b/www/chromium-uc/patches/core/inox-patchset/0015-disable-update-pings.patch
@@ -0,0 +1,11 @@
1--- chrome/updater/configurator.cc.orig
2+++ chrome/updater/configurator.cc
3@@ -82,7 +82,7 @@ int Configurator::UpdateDelay() const {
4 }
5
6 std::vector<GURL> Configurator::UpdateUrl() const {
7- return external_constants_->UpdateURL();
8+ return std::vector<GURL>;
9 }
10
11 std::vector<GURL> Configurator::PingUrl() const {