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

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

Issue 2912783002: Measure how often PSL and same-organization name credentials are suppressed. (Closed)
Patch Set: Addressed comments from kolos@. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6ed192b3a430a9c42cd098e58111a7082c27aa59..ca99234e954c4a6bf691c8b69929827819106440 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -91537,6 +91537,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<suffix name="HTTPSNotHTTP"
label="The credential was suppressed because it was for an HTTPS origin
whereas the observed form was for an HTTP origin."/>
+ <suffix name="PSLMatching"
+ label="The credential was suppressed and not auto-filled because it was
+ a PSL-match."/>
+ <suffix name="SameOrganizationName"
+ label="The credential was suppressed because it was for an HTTP/HTTPS
+ origin that was neither an exact nor PSL-match to that of the
+ observed form. Its origin had, however, the same
+ organization-identifying name."/>
<affected-histogram name="PasswordManager.SuppressedAccount.Manual"/>
</histogram_suffixes>

Powered by Google App Engine
This is Rietveld 408576698