commit | 5bd503a5e126a5799313277a33f87b71e4eb66e5 | [log] [tgz] |
---|---|---|
author | Elly <[email protected]> | Wed Aug 06 23:13:21 2025 |
committer | Chromium LUCI CQ <[email protected]> | Wed Aug 06 23:13:21 2025 |
tree | 2452c0774e79cf16766e537ca3511817cee7da07 | |
parent | 84251ee924d809d1d1537b36fff6752d059fef6e [diff] |
ash: delete DemoModeAAExperimentBasedOnStoreId This code was responsible for registering a synthetic field trial named DemoModeAAExperimentBasedOnStoreId with the client divided into either experiment or control arms based on the lowest bit of: md5(demo_mode::StoreNumber() + "fae448044d545f9c") There doesn't appear to be any code elsewhere in Chromium that changes behavior based on this value, nor any other references to the field trial. There is also no apparent server-side behavior for this experiment. It is therefore likely that this code is dead and can be safely deleted. Bug: None Change-Id: I0a6ebc27e2d8a98245ba0eec9a9ad4f017ac262f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6825310 Reviewed-by: Li Lin <[email protected]> Commit-Queue: Elly FJ <[email protected]> Cr-Commit-Position: refs/heads/main@{#1497911}
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.