DescriptionMerge 291602 "Changing 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
Review URL: https://codereview.chromium.org/497153005
Cr-Commit-Position: refs/heads/master@{#291602}
(cherry picked from commit ec6d38eaaacd81198e1a78dec84418b54b218e55)
R=xhwang@chromium.org
Committed: https://chromium.googlesource.com/chromium/src/+/baa7b336638b4d8e85ad86ece54b80a13a5c819c
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|