commit | bd10be47eb46b2b00c8b94eff9e26763ce5f27f1 | [log] [tgz] |
---|---|---|
author | Mark Pearson <mpearson@chromium.org> | Wed Apr 12 15:39:35 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 12 15:39:35 2023 |
tree | 7d925763e33e7a4dfbaee2750a1ac37cf2d4705c | |
parent | 86db64e5b4d575f818af35a6094a9a48b694d879 [diff] |
Only Emit Metrics about Per-Profile Settings on Regular Profiles Don't create the KeyedService that emits these metrics for other types of profiles. Other types of profiles cannot configure these settings, so emitting the metrics for the value of the settings in those cases is not a good reflection of what users are selecting when they can configure things. It's in some sense just additional data that's like to be misleading / confusing. Bump histogram names as appropriate. Bug: 1284659 Change-Id: I2c71319e68bbc8372b1c732249ae787c93c936bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4409352 Reviewed-by: Dominic Battré <battre@chromium.org> Auto-Submit: Mark Pearson <mpearson@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1129298}
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.