commit | 6fe753e3d211d0db929d4ce6edc350cfe6f3570c | [log] [tgz] |
---|---|---|
author | Orin Jaworski <orinj@google.com> | Sat Feb 15 00:24:47 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 15 00:24:47 2025 |
tree | e0a54433e2c328123ef209715b7d0657bf12807e | |
parent | 9ced0e095c0231edf386dc4f0ef2317aa571e36b [diff] |
Eliminate metadata handling from embedders; observe service controller Embedders were previously burdened with holding and notifying for metadata changes, mainly as a way of dealing with asynchronous initialization for HistoryEmbeddingsService and SchedulingEmbedder. With this change, the Embedder interface is simplified by removing metadata related methods. The service controller is observed directly for metadata updates, and doing so is not generally necessary since the SchedulingEmbedder handles async initialization while its SchedulingClientEmbedder instances may be used immediately. Bug: 394893724 Change-Id: Ic3dfd794ebce0b42fd28582d232bc3ae0f0d9529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6261586 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by: Sophie Chang <sophiechang@chromium.org> Reviewed-by: Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/main@{#1420798}
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.