commit | d1bef63e274f9e9508d8c15085dc8b4be2e5f61d | [log] [tgz] |
---|---|---|
author | Artem Sumaneev <asumaneev@google.com> | Wed Jul 23 15:06:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 23 15:06:11 2025 |
tree | f9765a96c590deb3552f464bb24141f6d90ac495 | |
parent | aa3452fdb4dea028d786923a28588aa8c6cafe74 [diff] |
[invalidation] Merge remote commands invalidator impl There is no need in RemoteCommandsInvalidator virtualization, merge the impl and remove virtual methods. Additionally, remove Initialize and Shutdown methods so that the invalidator does the job during its whole lifetime. Bug: b:341377023 b:233859725 Test: unit tests Change-Id: I48b619c5dc1acc33151e29ad9379575b7cb685b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6635301 Commit-Queue: Artem Sumaneev <asumaneev@google.com> Reviewed-by: Victor Gabriel Savu <vsavu@google.com> Cr-Commit-Position: refs/heads/main@{#1490829}
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.