Heya folks, mind taking a look?
James: Extension-y bits
Darryl: //chrome/browser/ui/tabs
Thanks in advance!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm!
This also changes the implementation of SetTabUdioMuted to set the mutesuper duper nit: `SetTabUdioMuted` -> `SetTabAudioMuted`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
This also changes the implementation of SetTabUdioMuted to set the mutesuper duper nit: `SetTabUdioMuted` -> `SetTabAudioMuted`
Good catch : ) Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[Desktop Android] Monitor muted state changes in TabsEventRouter
Today, muted state changes in tabs are observed in the tabs API by
listening for tab updated events from the TabStripModel. This won't
work on desktop android (since that platform doesn't have a
TabStripModel). Instead, listen for muted events from the tab's
WebContents itself via WebContents::DidUpdateAudioMutingState(). This
approach is viable on all platforms.
This also changes the implementation of SetTabAudioMuted to set the mute
metadata *before* setting the contents as muted. This is necessary for
this change so that the API sees the proper value when notified of the
mute change and may conceivably fix any other observers that were
monitoring this.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |