commit | b5506f796e9a13e88c5824ef1e6f8c4afe16b975 | [log] [tgz] |
---|---|---|
author | Max Morin <[email protected]> | Wed May 16 07:33:10 2018 |
committer | Commit Bot <[email protected]> | Wed May 16 07:33:10 2018 |
tree | 825f3bbf67ca69aa2ec19e97cc75382561e4a4c2 | |
parent | 9201632342c4a715ca27ca877e6159a596297b07 [diff] |
Wire up tab muting for audio service. When using the audio service for audio streams, WebContentsImpl::SetAudioMuted must mute the streams by calling the audio service, rather than using the (currently used) WebContentsAudioMuter. This CL updates WebContentsImpl to communicate with the audio service when features::kAudioServiceAudioStreams is set, and also removes an old hack used for muting when the audio service is in-process. Bug: 824019 Change-Id: Idbe29f0edc6fd0f68287ad6254021969916a38d6 Reviewed-on: https://chromium-review.googlesource.com/1059953 Commit-Queue: Max Morin <[email protected]> Reviewed-by: Olga Sharonova <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Cr-Commit-Position: refs/heads/master@{#559007}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .