commit | 5238c7a76d88e379fb465c8e30da969689496e81 | [log] [tgz] |
---|---|---|
author | Sreeja Kamishetty <sreejakshetty@chromium.org> | Fri Jul 29 00:24:22 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 29 00:24:22 2022 |
tree | c02cef9d3174da545e5a4b43f5390a4a75aeb198 | |
parent | cd08805c4720811c705bd7a9c94cb40b21d74aa7 [diff] |
[Prerender] Introduce feature::kPrerender2Holdback In this CL, we add a new feature to content/public/common/features.h for Prerender2Holback. Previously we used a param on blink::features::kPrerender2 to check for the holdback group, but this doesn't allow us to enable this feature in different study independent of kPrerender2 feature. So we plan on using this holdback behind the kPrerender2Holdback feature to fix this problem. BUG=1347571 Change-Id: I2e6cdc4890eb8a646f43fa800f2b5854b73a368f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3791769 Reviewed-by: Simon Pelchat <spelchat@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Sreeja Kamishetty <sreejakshetty@chromium.org> Cr-Commit-Position: refs/heads/main@{#1029543}
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.