commit | 583b5fc7e1f73aceecec88e0bef67e84d0208bcc | [log] [tgz] |
---|---|---|
author | Patrick Noland <pnoland@chromium.org> | Tue Jun 07 23:15:48 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 07 23:15:48 2022 |
tree | 5d70f43d26c065a119f43338397018695c31fb57 | |
parent | 825354015655502d9e2ae8fde8bc1a5dfc0558a9 [diff] |
[Journeys] Package externally provided functionality into a delegate This set of functionality is getting fairly large, making constructors unwieldy (and hard to rebase/merge) and clunkier to declare/document due to needing to use Function/Supplier etc. interfaces. Pulling everything into a delegate lets us declare everything with a meaningful name, document it with a dedicated, single comment, and avoids merge conflicts in the constructor. Bug: 1303171 Change-Id: I7b117eeeeefde2c46b3a19c36bfa85d0e44b3eb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3690626 Reviewed-by: Matthew Jones <mdjones@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/main@{#1011721}
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.