commit | 91a2bc7b24ef81dc89e28918b355a08df2d92fd3 | [log] [tgz] |
---|---|---|
author | Maria Kazinova <kazinova@google.com> | Tue Sep 06 11:50:07 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 06 11:50:07 2022 |
tree | a5f71fb6abe73d69b1d2c1443d1e9338533283e0 | |
parent | 06c4978f2f6d03443a5f740bcc54eb5ce50e3970 [diff] |
[Passwords, UPM] Fix migration metrics recording. This CL fixes migration type names for PasswordManager.UnifiedPasswordManager.{Type}.Success metric. They should be on par for correspondent PasswordManager.UnifiedPasswordManager.{Type}.Latency metric. The unittests for recording this metric are already in place, but they were not failing despite the lack of the correct metric name string in histograms.xml file. Change-Id: Idabbd490195359de11f4b370372290d7b58866aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3874945 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/main@{#1043390}
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.