commit | c497aeac33089e53788f67a80453461de0244ddb | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Thu Sep 21 01:13:30 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 21 01:13:30 2023 |
tree | 00a240c41d0a6d004ef5790f45b8592a149071fb | |
parent | 42cc075613a964363e7596a79e9cdf3a226c2c55 [diff] |
Fix PrivacyHubV1InteractiveUiTest.SettingsPage on official builders The privacy hub "V1" UI with geolocation control requires two feature flags to be enabled, CrosPrivacyHub and CrosPrivacyHubV0. The test was missing the latter flag, but still passed because non-official builders apply the field trial config JSON file, and this enabled the flag. The test failed on official builders because they don't apply field trials. Fix by explicitly enabling both required flags when testing the V1 UI. Bug: b/301322535 Test: Ran test in both branded and unbranded builds Change-Id: I7407b335d91f4332137d57861d656d398da6cbb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4880361 Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1199352}
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.