DescriptionComponentize ComponentUpdater: Remove erroneous task runner DCHECK in DefaultComponentInstaller.
Removes an erroneous DCHECK added in this patch: https://codereview.chromium.org/385013002/
This DCHECK is erroneous, because the Install() function in DefaultComponentInstaller is actually called on a different task runner than the member task runner.
It's called from ComponentUnpacker::Install. ComponentUnpacker has a different task runner with a different sequence token, so it's erroneous to DCHECK it against the member task runner of DefaultComponentInstaller.
BUG=397264
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285526
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|