forked from crosswalk-project/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove secondary player from Media Sessions
When we switch Android media players, for cast, we no longer want audio focus changes associated with old player to take effect. To handle this remove the old player from the Media Sessions. The new player is responsible for adding itself to the Media Sessions if it needs to. The remote player doesn't need to, and, after stopping casting the local player will do so when the user presses play. BUG=595373 Review URL: https://codereview.chromium.org/1823983002 Cr-Commit-Position: refs/heads/master@{#382613}
- Loading branch information
aberent
authored and
Commit bot
committed
Mar 22, 2016
1 parent
ea712f8
commit 4bee90c
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters