DescriptionRemove a DCHECK on stopping_ from StartRequestHelper. Since StartRequestHelper is now called on a background thread, it does not make sense to DCHECK on a piece of state set on the main thread; stopping_ may well be set by the time the StartRequestHelper task is run.
On teardown, we do block until pending background requests are handled, so it looks safe to remove the DCHECK.
BUG=NONE
TEST=NONE
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109967
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|