commit | c94e10dbac332ea74e725ce97a11ff1607089fe2 | [log] [tgz] |
---|---|---|
author | Sarvesh <[email protected]> | Tue Jan 31 22:05:58 2023 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jan 31 22:05:58 2023 |
tree | 2a34f0bb02e5e8bba33d9e73f4f0ba1d3830564d | |
parent | ca11bc05f506f6c200b5f81b2e7451f661303da2 [diff] |
Floss: Rename GattClient to GattManagerClient Before, the naming convention of GattClient would cause confusion between "a client for managing Gatt" and "a Gatt Client that can interact with a Gatt Server". With this change, GattClient is renamed to GattManagerClient, making the logical difference between the two concepts apparent in the source code. BUG=b:193686557 Test: Successful compilation of Floss unit tests Change-Id: I55318199a8dcf70dacaec6608b36087c5625e535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4206987 Reviewed-by: Abhishek Pandit-Subedi <[email protected]> Reviewed-by: Sonny Sasaka <[email protected]> Commit-Queue: Sarvesh Kalwit <[email protected]> Cr-Commit-Position: refs/heads/main@{#1099489}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.