Description[Presentation API] Fix potential callback leaks in PSImpl.
Background: mojo rolled out a new version that requires callbacks (as
defined by the => syntax in mojom) must be invoked before they go out
of scope, otherwise it indicates a connection error on the callback's
recipient, which will destroy mojom implementations that are strongly
bound to the connection.
Note that a partial fix was added in crrev.com/1019173002. This patch
addresses the remaining points.
BUG=468575
Committed: https://crrev.com/31fe0da9286d9f24b9cd33e6d8c6c55651f5f47e
Cr-Commit-Position: refs/heads/master@{#322299}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressed Anton's comments #
Messages
Total messages: 10 (3 generated)
|