DescriptionChanging the behavior of ReleaseSession() from Close() to Remove()
With the recent EME spec changes, ReleaseSession() got replaced by
CloseSession() and RemoveSession(). Until all the changes to support
both methods are in place, calls to ReleaseSession() should call
RemoveSession() in order for existing prefixed EME applications
to continue to work.
Unprefixed Close() calls now call RemoveSession(), and thus don't do
the correct thing. This will be fixed when both CloseSession() and
RemoveSession() are passed through Pepper.
BUG=406606
TEST=All EME browser_tests pass
Committed: https://crrev.com/ec6d38eaaacd81198e1a78dec84418b54b218e55
Cr-Commit-Position: refs/heads/master@{#291602}
Patch Set 1 #
Total comments: 15
Patch Set 2 : reorder #
Messages
Total messages: 11 (0 generated)
|