| commit | 07cdee35a3c8bf41200bcc1ed33a60e3dc30cf80 | [log] [tgz] |
|---|---|---|
| author | Andrew Grieve <agrieve@chromium.org> | Wed Nov 27 03:52:44 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 27 03:52:44 2024 |
| tree | 5f43069326c6f5250b92c51a0a903b04f439bd58 | |
| parent | 37937ef0eb257e3a06dc8ed80ca47ec5c3fc4265 [diff] |
Android: Automated delete of unused private methods By applying Error Prone's UnusedMethods check * Manually reverted a few in favor of @SuppressWarnings() * Manually fixed UnusedVariables warnings introduced by removing unused methods * Manually deleted a few resources that are now unused Bug: 372458640 Change-Id: I56ca1f72248e73d04841075a952642a6434e0d45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049663 Reviewed-by: Ted Choc <tedchoc@chromium.org> Owners-Override: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1388617}
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.