here's the basic idea. doesn't work yet.
-fl
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I wonder if it doesn't work because some aspect of the WMP shutdown process leaves playback state hung for tests if the posted WMP deletion just gets dropped / leaked. If so we might need to do as dcheng@ suggests.
class MediaPlayerClientForwarder final : public blink::MediaPlayerClient {
Seems like just as much boilerplate plus a new object to track versus just making client weak in WebMediaPlayerImpl/MS itself? I guess we don't have to write the same code for WMP MS and WMPI, but the if (weak) pattern isn't uncommon.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |