Fix and enable WinAudioInputTest.WASAPIAudioInputStreamTestPacketSizes.
Contrary to what had been assumed, CheckCountAndPostQuitTask doesn't run on the main thread. Because of that, it cannot quit the RunLoop running on the main thread by calling its QuitWhenIdle function; it needs to post a QuitWhenIdleClosure to it. BUG=641142 Review-Url: https://codereview.chromium.org/2284693003 Cr-Commit-Position: refs/heads/master@{#414783}
Showing
Please register or sign in to comment