DescriptionReplace AudioManager::GetAudio*DeviceNames with AudioManager::GetAudio*DeviceDescriptions
see https://cs.chromium.org/chromium/src/content/browser/renderer_host/media/media_devices_manager.cc?type=cs&sq=package:chromium&rcl=1481185182&l=68:
MediaDevicesManager now first asks AudioManager for device names, and then goes back to AudioManager for group ID of each device.
Since AudioManager will be moved to a separate process, we want to minimize the number of roundtrips.
BUG=672467
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Committed: https://crrev.com/87ea051559e9e40b7ee63db1d61fd0679f37d3e2
Cr-Commit-Position: refs/heads/master@{#439147}
Patch Set 1 #Patch Set 2 : fix for android #Patch Set 3 : fix for windows #
Total comments: 30
Patch Set 4 : review comments addressed #Patch Set 5 : windows fix #
Total comments: 9
Patch Set 6 : nit fixes #Messages
Total messages: 44 (26 generated)
|