| From b49424ca5a0e03cc236fcc388b2284b60cdcf14d Mon Sep 17 00:00:00 2001 |
| From: Daniel Micay <danielmicay@gmail.com> |
| Date: Fri, 27 Nov 2020 03:56:29 -0500 |
| Subject: [PATCH] disable component updater pings by default |
| |
| --- |
| .../component_updater_command_line_config_policy.h | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/components/component_updater/component_updater_command_line_config_policy.h b/components/component_updater/component_updater_command_line_config_policy.h |
| index 5a080ea473c61..e90a252d4f3f7 100644 |
| --- a/components/component_updater/component_updater_command_line_config_policy.h |
| +++ b/components/component_updater/component_updater_command_line_config_policy.h |
| @@ -41,7 +41,7 @@ class ComponentUpdaterCommandLineConfigPolicy final |
| bool background_downloads_enabled_ = false; |
| bool deltas_enabled_ = true; |
| bool fast_update_ = false; |
| - bool pings_enabled_ = true; |
| + bool pings_enabled_ = false; |
| bool test_request_ = false; |
| |
| // If non-zero, time interval in seconds until the first component |