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 07bc800f00
commit 4dd314dec3
1 changed files with 1 additions and 2 deletions

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;
}