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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2920793002: Measure how often PSL and same-organization name credentials are suppressed. (Closed)
Patch Set: Created 3 years, 6 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 | « components/password_manager/core/browser/suppressed_https_form_fetcher_unittest.cc ('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 e0aa619aac84271ed81e7aea43bbb9e4b7ded96d..2704066b25a6076444d8a7248acf15777cd26729 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -91578,6 +91578,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>
« no previous file with comments | « components/password_manager/core/browser/suppressed_https_form_fetcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698