DescriptionFix DCHECK(!config_watcher_) in HostProcess::~HostProcess().
When shutting down HostProcess config_watcher_ is supposed to be deleted
on the nework thread. Previously ShutdownOnNetworkThread() was deleting
it, but that line was mistakenly removed in crrev.com/302162 . Adding
it back.
Committed: https://crrev.com/846e3642f9f54db916a5141f26a368f1c7aa0095
Cr-Commit-Position: refs/heads/master@{#313623}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|