commit | 6fbc5d8e833a5a39dfca73c0c92d8d98cb319978 | [log] [tgz] |
---|---|---|
author | Stephen McGruer <smcgruer@chromium.org> | Mon Nov 21 14:22:16 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 21 14:22:16 2022 |
tree | c6fc4a090d03d507fe1fa9e39da6334870ab430a | |
parent | 6692fc0891a17d9156bb40f21e488eab424749b7 [diff] |
[SPC] Add JourneyLogger support for logging Opt Out flows This CL adds two new Event2 metric bits, kOptOutOffered and kUserOptedOut. These record whether showOptOut was set, and whether the user then choose to Opt Out, respectively. In addition, this CL also adds test support for Opt Out metrics, and in the progress uncovered (and fixes) a bug where we were setting an incorrect AbortReason for the No Matching Credentials experience in Android. Bug: 1385130 Change-Id: I793785bb622d19883a628f34a1822d999634b9e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4031669 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Auto-Submit: Stephen McGruer <smcgruer@chromium.org> Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1074060}
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.