commit | 0a90bd41834f22f61f94c657c2acfa66d6bd58e9 | [log] [tgz] |
---|---|---|
author | Hiroki Nakagawa <nhiroki@chromium.org> | Wed Apr 21 01:53:05 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 21 01:53:05 2021 |
tree | 4b5721ef971ee0364a46c8637069b599074603dd | |
parent | ac70498384456919aad5b2bbd531e76e6c9dc1c8 [diff] |
Prerender: Remove multiple-WebContents arch in favor of MPArch This CL contains following changes: > Flag changes - removes kPrerender2ImplementationParam. - removes IsPrerenderWebContentsEnabled(). - replaces IsPrerenderMPArchEnabled() with IsPrerender2Enabled(). > Implementation changes - removes PageHolderInterface and WebContentsPageHolder. - renames MPArchPageHolder to PageHolder. - removes dead code surrounded with IsPrerenderWebContentsEnabled(). - removes tests parameterized with kPrerender2ImplementationParam. Bug: 1154501 Change-Id: I69be74fbe3662fe61e73bcb9e02689e9a6fc4ad5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2784523 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#874533}
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.