commit | 7aa395f47425873dd6b57582c9978cef2372c3fc | [log] [tgz] |
---|---|---|
author | Fabrice de Gans-Riberi <fdegans@chromium.org> | Mon Mar 22 22:44:58 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 22 22:44:58 2021 |
tree | 312627aca9a85adee5ba0a6f6dacc8fb6e2fb6fd | |
parent | 78672c51e84580d8fca1de5c3b1a7c8355fce56a [diff] |
Convert uses of base::CallbackList in //components These were all observer style callbacks or closures populated with RepeatingCallbacks or RepeatingClosures. They have all been converted to RepeatingCallbackList or RepeatingClosureList. Bug: 1113007 Change-Id: I14d5cf4d195bedd1845d4b9cac4e0f74e7879d23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2779734 Auto-Submit: Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#865398}
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.