diff options
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.patch | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index cc7f344..0000000 --- a/www/chromium-uc/patches/core/inox-patchset/0015-disable-update-pings.patch +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 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 { | ||
