commit | af935132f03ee5be4aae259d02e2055ee2a4cff7 | [log] [tgz] |
---|---|---|
author | Alex Moshchuk <alexmos@chromium.org> | Fri Oct 15 18:23:31 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 15 18:23:31 2021 |
tree | 3b9eb42a078a4dfa10ae49ed1f89f1504a416571 | |
parent | cc7e41379e8870894183524343fc58eef2d36a1a [diff] |
Fix DefaultSiteInstanceProperties test on Site Isolation Android FYI bot The SiteInstanceTest.DefaultSiteInstanceProperties is currently failing on the Site Isolation Android FYI bot because --site-per-process prevents the use of default SiteInstances, which this test covers. This CL ensures that a command-line --site-per-process switch does not interfere with this test by removing it if it's present. Bug: 1137881 Change-Id: I3543662578b7124ca46e23fcf98dc54e6fb8e70b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3225564 Reviewed-by: Ćukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/main@{#932121}
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.