Index: components/component_updater/component_updater_service.cc |
diff --git a/components/component_updater/component_updater_service.cc b/components/component_updater/component_updater_service.cc |
index 29b120ea45bf5c81581f424aa4138a2806b9703a..1c49d262e8ddcb518fccc5077a33f1370441d2f9 100644 |
--- a/components/component_updater/component_updater_service.cc |
+++ b/components/component_updater/component_updater_service.cc |
@@ -89,6 +89,7 @@ |
DCHECK(thread_checker_.CalledOnValidThread()); |
VLOG(1) << "CrxUpdateService stopping"; |
timer_.Stop(); |
+ update_client_->Stop(); |
} |
// Adds a component to be checked for upgrades. If the component exists it |