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

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

Issue 862103002: Only store leading 13 bits of password hash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pre-review check Created 5 years, 11 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 7964d1431c3354ab667643c8036a2c8b3bcfdfcd..c87823b40d2b972cf4c8b125bcc36ddf18a61ca2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23071,6 +23071,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="PasswordHash.CreateTime">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Time required to create the local hash of the user's GAIA password.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.AccountsPerSite">
<owner>gcasto@chromium.org</owner>
<owner>vabr@chromium.org</owner>
« chrome/browser/signin/local_auth_unittest.cc ('K') | « chrome/browser/signin/local_auth_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698