commit | b9bbdcd14bfb9c9382eb9f519d0c432872830495 | [log] [tgz] |
---|---|---|
author | Fabio Tirelo <ftirelo@chromium.org> | Tue Nov 09 23:20:25 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 09 23:20:25 2021 |
tree | 0d48084c0da8659cbb5b7e529da74f926fdd50a3 | |
parent | 1da4fbfdd5f834651e0c764d8aab8353b17543c9 [diff] |
[Clank CBCM] Cleanup GServices Android ID methods There is no double-ID anymore on Android, so we can get rid of one of the delegate methods as well as dependencies. Please noticed that I kept the method exposed by the JNI bridge as `getClientId`, because that's the intention, but kept the delegate method as `getGservicesAndroidId` for transparency (since the method is implemented downstream). Follow-up CLs will: - delete the deprecated method downstream - remove the deprecated method upstream Bug: 1264463 Change-Id: Ibf87768c4a2422f93248edfb89c6a3c2a344e8f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3271255 Reviewed-by: Owen Min <zmin@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/main@{#940053}
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.