Commit 81d20d5b authored by Boris Sazonov's avatar Boris Sazonov Committed by Commit Bot

[Signin] Extend histograms

Extends Signin.AndroidAccountSigninViewSeedingTime and
Signin.AndroidGmsUpdatingDialogShownTime to M89 and adds a second owner.

Bug: 1089512
Change-Id: If92bf10d354685ea1d70f9e9beda3fc4545d0d16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435195Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Boris Sazonov <bsazonov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813699}
parent dc060f04
...@@ -96,8 +96,9 @@ prefs when the profile is loaded. --> ...@@ -96,8 +96,9 @@ prefs when the profile is loaded. -->
</histogram> </histogram>
<histogram name="Signin.AndroidAccountSigninViewSeedingTime" units="ms" <histogram name="Signin.AndroidAccountSigninViewSeedingTime" units="ms"
expires_after="M85"> expires_after="M89">
<owner>bsazonov@chromium.org</owner> <owner>bsazonov@chromium.org</owner>
<owner>chrome-signin-team@google.com</owner>
<summary> <summary>
The time it takes to seed accounts before proceeding to the account The time it takes to seed accounts before proceeding to the account
confirmation screen. confirmation screen.
...@@ -142,8 +143,9 @@ prefs when the profile is loaded. --> ...@@ -142,8 +143,9 @@ prefs when the profile is loaded. -->
</histogram> </histogram>
<histogram name="Signin.AndroidGmsUpdatingDialogShownTime" units="ms" <histogram name="Signin.AndroidGmsUpdatingDialogShownTime" units="ms"
expires_after="M85"> expires_after="M89">
<owner>bsazonov@chromium.org</owner> <owner>bsazonov@chromium.org</owner>
<owner>chrome-signin-team@google.com</owner>
<summary> <summary>
How long the &quot;Waiting for Google Play Services to finish updating&quot; How long the &quot;Waiting for Google Play Services to finish updating&quot;
dialog is shown. dialog is shown.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment