Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2864493003: Deprecate CredentialRequestOptions.unmediated in favor mediation enum (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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=&quot;optional&quot;. 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=&quot;required&quot;. 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=&quot;silent&quot;. That is the result of auto sign-in.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.MultiAccountPasswordUpdateAction"
enum="MultiAccountUpdateBubbleUserAction">
<owner>dvadym@chromium.org</owner>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698