commit | 460a68a4c650246c262711fb2ad0e195f3ba53c2 | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Mon Apr 28 23:25:49 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 28 23:25:49 2025 |
tree | f9aa27718a6b8e47908e7459991c67c7f9e34255 | |
parent | 97cf34192ff1ee59f038ee43970911341a03576d [diff] |
Register ExtensionGarbageCollectorFactory on startup on desktop Android This is a separate CL because registering the factory will cause the ExtensionGarbageCollector to be created with the profile, which will trigger the garbage collection process. I wanted to do it in a separate CL in case it causes problems. Bug: 414398434 Change-Id: If32bc1a547a8b1e7e51b3028846886a3ee1c743e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6495004 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1452987}
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.