alloy: Fix ComponentUpdateService shutdown crash with multi-threaded message loop (see issue #3149)

This commit is contained in:
Marshall Greenblatt
2021-10-19 17:25:38 -04:00
parent 69b7dc3148
commit 0d1bea3a78

View File

@@ -103,10 +103,9 @@ void ChromeBrowserProcessAlloy::CleanupOnUIThread() {
local_state_.reset();
browser_policy_connector_.reset();
background_printing_manager_.reset();
field_trial_list_.reset();
component_updater_.reset();
shutdown_ = true;
}