Chromium Code Reviews
DescriptionAdding ThreadChecker validation to d'tors for client classes
There was an incorrect assumption about how ThreadChecker worked which lead
to several classes not having the d'tor guarantees they expected. The
assumption was that a ThreadChecker would DCHECK if it was not destroyed on
the same thread it was bound to. This is not correct so I am adding DCHECKs
to the d'tors of the remoting classes which were missed.
BUG=715633
Review-Url: https://codereview.chromium.org/2886453004
Cr-Commit-Position: refs/heads/master@{#471839}
Committed: https://chromium.googlesource.com/chromium/src/+/4d4db58f0615aa162f870821f1bba6815a8b8dd3
Patch Set 1 #Messages
Total messages: 12 (8 generated)
|