commit | 1c5b088ee80bbe89077a4826355ac956d9506657 | [log] [tgz] |
---|---|---|
author | Boris Sazonov <bsazonov@chromium.org> | Wed Jun 04 14:31:32 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 04 14:31:32 2025 |
tree | 5967b7d5d92ecab43eaee46dbec847640bc8e461 | |
parent | 73beee18361c3b9fdbdc65819aa51a4e07bafe8e [diff] |
[Signin][iOS] Add Signin.Reauth.InSigninFlow.{Event} histogram recording Adds following histograms: * Signin.Reauth.InSigninFlow.Started * Signin.Reauth.InSigninFlow.Completed * Signin.Reauth.InSigninFlow.Error * Signin.Reauth.InSigninFlow.Cancelled * Signin.Reauth.InSigninFlow.Interrupted These histograms are recorded when a corresponding event occurs in the reauthentication flow that was started from the sign-in flow. Bug: 391342053 Change-Id: I72afc03966ff901d083b8f4c5d9d8a6f9cfbea4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6596920 Reviewed-by: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1469262}
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.