media: Migrate CastTransportStatusCallback to repeating callback.
This is a repeating callback because it is run as part of an event handler, which can be fired repeatedly: * https://cs.chromium.org/chromium/src/chrome/renderer/media/cast_transport_ipc.cc?rcl=5703e03dce1a4499c9885d2a42342acfe831c36c&l=118 The event handler is called from an IPC handler: * https://cs.chromium.org/chromium/src/chrome/renderer/media/cast_ipc_dispatcher.cc?rcl=5703e03dce1a4499c9885d2a42342acfe831c36c&l=82 registered in: * https://cs.chromium.org/chromium/src/chrome/renderer/media/cast_ipc_dispatcher.cc?rcl=5703e03dce1a4499c9885d2a42342acfe831c36c&l=52 This is part of the base::Callback migration. Context: https://cs.chromium.org/chromium/src/docs/callback.md?rcl=9fcc3764aea8f97e9f6de4a9ee61d554e67edcda&l=40 Bug: 714018 Change-Id: I7986567aa2191c1566d82b55df7d74a89699786a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073879 Commit-Queue: Jose Lopes <jabolopes@google.com> Reviewed-by:danakj <danakj@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#745396}
Showing
Please register or sign in to comment