DescriptionRemove MockMediaInternals and incestuous usage.
While introducing the new AudioLog class, I encountered some WebRTC
and AudioRendererHost unittests abusing MediaInternals for internal
state observation. https://codereview.chromium.org/68173025/
In the AudioRendererHost case, everything tested is already enforced
by various DCHECKs and the AudioManager (all streams closed, etc).
Similarly, in the WebRTC case, most checks are enforced implicitly or
tested via other means.
To remove the usage in AudioRendererHost I needed to switch over to
a TestBrowserThreadBundle which should have been done anyways.
BUG=260005
TEST=unittests still pass.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236919
Patch Set 1 : Polish. #
Total comments: 10
Patch Set 2 : Comments. #Patch Set 3 : Fix shutdown. #
Messages
Total messages: 8 (0 generated)
|