alloy: Fix ComponentUpdateService shutdown crash with multi-threaded message loop (see issue #3149)
This commit is contained in:
parent
07bc800f00
commit
4dd314dec3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue