| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 63c3b12ae08c4f6a4fe827422c3e2cda1b6bd5e0..d2672e22b7da0a5afdb18aba9925c369dc274465 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -49696,6 +49696,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram name="PasswordManager.GetMediated" enum="CredentialManagerGetResult">
|
| + <obsolete>
|
| + Deprecated as of 05/2017. This metric has been replaced by
|
| + PasswordManager.MediationOptional.
|
| + </obsolete>
|
| <owner>vasilii@chromium.org</owner>
|
| <summary>
|
| Tracks result of navigator.credentials.get() with unmediated=false. That is
|
| @@ -49705,6 +49709,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="PasswordManager.GetUnmediated"
|
| enum="CredentialManagerGetResult">
|
| + <obsolete>
|
| + Deprecated as of 05/2017. This metric has been replaced by
|
| + PasswordManager.MediationSilent.
|
| + </obsolete>
|
| <owner>vasilii@chromium.org</owner>
|
| <summary>
|
| Tracks result of navigator.credentials.get() with unmediated=true. That is
|
| @@ -49830,6 +49838,37 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>An error on LoginDatabase initialization.</summary>
|
| </histogram>
|
|
|
| +<histogram name="PasswordManager.MediationOptional"
|
| + enum="CredentialManagerGetResult">
|
| + <owner>jdoerrie@chromium.org</owner>
|
| + <owner>vasilii@chromium.org</owner>
|
| + <summary>
|
| + Tracks result of navigator.credentials.get() with
|
| + mediation="optional". That is the result of account chooser.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PasswordManager.MediationRequired"
|
| + enum="CredentialManagerGetResult">
|
| + <owner>jdoerrie@chromium.org</owner>
|
| + <owner>vasilii@chromium.org</owner>
|
| + <summary>
|
| + Tracks result of navigator.credentials.get() with
|
| + mediation="required". That is the result of forced account
|
| + chooser.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PasswordManager.MediationSilent"
|
| + enum="CredentialManagerGetResult">
|
| + <owner>jdoerrie@chromium.org</owner>
|
| + <owner>vasilii@chromium.org</owner>
|
| + <summary>
|
| + Tracks result of navigator.credentials.get() with
|
| + mediation="silent". That is the result of auto sign-in.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordManager.MultiAccountPasswordUpdateAction"
|
| enum="MultiAccountUpdateBubbleUserAction">
|
| <owner>dvadym@chromium.org</owner>
|
|
|