commit | 1405cc56728ca87e930a8e09706b889442b2a51f | [log] [tgz] |
---|---|---|
author | David Bertoni <dbertoni@chromium.org> | Thu Aug 15 18:52:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 15 18:52:12 2024 |
tree | 1018397a7bdf3a08351892341707f9f885712b45 | |
parent | c573d64ff8bf66bd127e12a17a1c6fc6bdd6d74a [diff] |
[Extensions] Clean up constants used by bookmarks-related APIs. This fixes several issues: 1. Some constants are no longer used, so they are removed. 2. One constant was only used by a single file, so it's moved there. 3. The existing files are located in an API directory, which complicates using them across API directories. The files are moved to the chrome/browser/extensions/bookmarks, which removes the inter-API dependency. These files are renamed, although Git seems to have lost the relationship for the .h file. Bug: 40593486 Change-Id: I27c544cf4086f3b3489ded90f19db034ff0247a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5789653 Reviewed-by: Tim <tjudkins@chromium.org> Auto-Submit: David Bertoni <dbertoni@chromium.org> Commit-Queue: Tim <tjudkins@chromium.org> Cr-Commit-Position: refs/heads/main@{#1342399}
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.