commit | 0192d3f1822f782de53cf1eab2ac0bca8a366ec5 | [log] [tgz] |
---|---|---|
author | Taiyo Mizuhashi <taiyo@chromium.org> | Thu Feb 15 05:09:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 15 05:09:43 2024 |
tree | b3f759103b9e779167fb0a0744a0ad7700b6f6c1 | |
parent | 94da5aad3e42885074096fd2fc92cc41b3985965 [diff] |
Externalize the creation of PreloadingAttempt from PrefetchContainer In the context of browser-initiated prefetch, this CL decouples the creation of PreloadingAttempt from PrefetchService and allows it to be embedded from outside so that we can set embedder-specific PreloadingPredictor to it. Bug: 40946257 Change-Id: Iefba98af242ef1319e97ddc0964b7e13d6662904 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5288914 Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Reviewed-by: Lingqi Chi <lingqi@chromium.org> Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Taiyo Mizuhashi <taiyo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1260899}
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.