|
|
@ -6,10 +6,25 @@ Despite auto-updater being arguably disabled (see previous commit), |
|
|
|
Chromium would still send background requests. Kill it. |
|
|
|
(trk:170, trk:171) |
|
|
|
---
|
|
|
|
components/component_updater/configurator_impl.cc | 5 +---- |
|
|
|
components/component_updater/configurator_impl.h | 1 - |
|
|
|
2 files changed, 1 insertion(+), 5 deletions(-) |
|
|
|
components/component_updater/component_updater_url_constants.cc | 4 ++-- |
|
|
|
components/component_updater/configurator_impl.cc | 5 +---- |
|
|
|
components/component_updater/configurator_impl.h | 1 - |
|
|
|
3 files changed, 3 insertions(+), 7 deletions(-) |
|
|
|
|
|
|
|
--- a/components/component_updater/component_updater_url_constants.cc
|
|
|
|
+++ b/components/component_updater/component_updater_url_constants.cc
|
|
|
|
@@ -15,9 +15,9 @@ namespace component_updater {
|
|
|
|
// The value of |kDefaultUrlSource| can be overridden with |
|
|
|
// --component-updater=url-source=someurl. |
|
|
|
const char kUpdaterJSONDefaultUrl[] = |
|
|
|
- "https://update.9oo91eapis.qjz9zk/service/update2/json";
|
|
|
|
+ "about:blank";
|
|
|
|
|
|
|
|
const char kUpdaterJSONFallbackUrl[] = |
|
|
|
- "http://update.9oo91eapis.qjz9zk/service/update2/json";
|
|
|
|
+ "about:blank";
|
|
|
|
|
|
|
|
} // namespace component_updater |
|
|
|
--- a/components/component_updater/configurator_impl.cc
|
|
|
|
+++ b/components/component_updater/configurator_impl.cc
|
|
|
|
@@ -42,8 +42,7 @@ ConfiguratorImpl::ConfiguratorImpl(
|
|
|
|