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

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

Issue 2720643003: Call CSD whitelist checking on UI thread and record UMA (Closed)
Patch Set: change source_set name Created 3 years, 10 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/safe_browsing/password_protection/password_protection_service_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 df0613de8423b8275326dd89e44e49417104393a..a5ab33873702e35eee5ed550fa430a7255e34a85 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45985,6 +45985,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.PasswordReuse.MainFrameMatchCsdWhitelist"
+ enum="Boolean">
+ <owner>dvadym@chromium.org</owner>
+ <owner>jialiul@chromium.org</owner>
+ <owner>nparker@chromium.org</owner>
+ <summary>
+ A password reuse is an event when the user typed a string that is equal to a
+ saved password on another domain, and this saved password is called reused
+ password.
+
+ This metric shows whether a password reuse happens on a page whose main
+ frame url matches CSD whitelist.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.PasswordReuse.NumberOfMatches"
units="credentials">
<owner>dvadym@chromium.org</owner>
« no previous file with comments | « components/safe_browsing/password_protection/password_protection_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698