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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2720643003: Call CSD whitelist checking on UI thread and record UMA (Closed)
Patch Set: nit Created 3 years, 9 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 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"
vakh (use Gerrit instead) 2017/03/02 01:01:01 Nit: You should consider adding PasswordManager.Pa
Jialiu Lin 2017/03/02 01:33:14 Agree. I thought of that. I guess I'll defer this
+ 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>

Powered by Google App Engine
This is Rietveld 408576698