DescriptionDon't DCHECK in AttachmentServiceProxyForTest when MessageLoop is absent
The code in AttachmentServiceProxyForTest::Create checks that
base::ThreadTaskRunnerHandle::Get() returns valid runner in the
incorrect way. Get() DCHECKs that there is valid MessageLoop.
Instead it should check ThreadTaskRunnerHandle::IsSet().
BUG=449327
R=maniscalco@chromium.org
Committed: https://crrev.com/a8e369960cfab093ffffc9dc9f0066cca2b56812
Cr-Commit-Position: refs/heads/master@{#311917}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|