DescriptionRemove MediaStreamDeviceThread in favor of using AudioThread.
Doesn't seem to be a good reason for this thread; remove it in favor
of using the thread provided by the AudioManager.
This also ensures we don't issue CoreAudio calls on a thread other
than the main thread for OSX.
Bonus: Making this change required converting several unittests to use
the new TestBrowserThreadBundle instead of manually creating threads.
BUG=158170
TEST=unit tests pass. device changes work.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208403
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add metrics. #
Total comments: 3
Patch Set 3 : Use TestBrowserThreadBundle. #Patch Set 4 : Fix one more test. #Messages
Total messages: 18 (0 generated)
|