[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 Review URL: https://codereview.chromium.org/996173006 Cr-Commit-Position: refs/heads/master@{#322299}
Showing
Please register or sign in to comment