commit | 781b6007aa9eb888103670095830fb7d128ed8a2 | [log] [tgz] |
---|---|---|
author | Antonio Sartori <antoniosartori@chromium.org> | Mon Jul 11 07:19:06 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 11 07:19:06 2022 |
tree | 3a3e9bbef3f0a77ac011eca932777ac2dfe328e1 | |
parent | 8dfa8bc7e46dc56fde42b63f7eac4d7737d3d275 [diff] |
[Identifiability Study] Actively sample model This CL actively samples the Android model for the Identifiability Study on browser startup. The model is sampled in the same surface used for NavigatorUAData.getHighEntropyValues(['model']). However, it is sampled with a UKM source id of type NO_URL_ID, hence we can distinguish it from passively sampled surfaces. Bug: 1330244 Change-Id: I07c5ba923269836153851c53876a8f85bd29b8ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3748464 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/main@{#1022601}
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.