commit | cf18151ad7ef95f432f3c4df868aa7705ed0e48c | [log] [tgz] |
---|---|---|
author | David Bokan <bokan@chromium.org> | Wed Dec 16 18:16:37 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 16 18:16:37 2020 |
tree | d8745652e663f9c2c17112abd1d0896644477941 | |
parent | c669ac6b2ff31e69997e513530ce1095e82610ba [diff] |
Convert BluetoothSocketEventDispatcher to BindOnce This CL converts the success callback parameters to the: - BluetoothApiSocket::Accept - BluetoothApiSocket::Receive In both cases, the callback is passed to an equivalent method of the BluetoothSocket class which already takes a OnceCallback. Bug: 1152268 Change-Id: I22bfc954e48fdf2b9a4e9dd15e32b562d117e4c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2594012 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#837650}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.