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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 715193002: [Password Generation] Breakout UMA stats for generated passwords (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 eb5c2e2c5f6658f186936b9cae4e9cf7d9177fca..e31e9037de6100bc4657a95ef6305c1551fa8a22 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22290,6 +22290,10 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="PasswordManager.TimesGeneratedPasswordUsed">
<owner>gcasto@chromium.org</owner>
<owner>vabr@chromium.org</owner>
+ <obsolete>
+ Deprecated as of 11/11/14. New statistic is
+ PasswordManager.TimesPasswordUsed.AutoGenerated.
+ </obsolete>
<summary>
The number of times each generated password has been used to log in.
Recorded by iterating over stored passwords once per run. This information
@@ -56826,9 +56830,20 @@ To add a new entry, add it with any value and run test to compute valid value.
<histogram_suffixes name="PasswordCustomPassphrase" separator=".">
<suffix name="WithCustomPassphrase"/>
<suffix name="WithoutCustomPassphrase"/>
- <affected-histogram name="PasswordManager.AccountsPerSite"/>
Ilya Sherman 2014/11/13 01:54:53 nit: Please keep this, so that old data remains vi
Garrett Casto 2014/11/18 22:30:24 Done.
+ <affected-histogram name="PasswordManager.AccountsPerSite.AutoGenerated"/>
+ <affected-histogram name="PasswordManager.AccountsPerSite.UserCreated"/>
<affected-histogram name="PasswordManager.BlacklistedSites"/>
<affected-histogram name="PasswordManager.TimesGeneratedPasswordUsed"/>
+ <affected-histogram name="PasswordManager.TimesPasswordUsed.AutoGenerated"/>
+ <affected-histogram name="PasswordManager.TimesPasswordUsed.UserCreated"/>
+ <affected-histogram name="PasswordManager.TotalAccounts.AutoGenerated"/>
+ <affected-histogram name="PasswordManager.TotalAccounts.UserCreated"/>
+</histogram_suffixes>
+
+<histogram_suffixes name="PasswordGenerated" separator=".">
+ <suffix name="UserCreated"/>
+ <suffix name="AutoGenerated"/>
+ <affected-histogram name="PasswordManager.AccountsPerSite"/>
<affected-histogram name="PasswordManager.TimesPasswordUsed"/>
<affected-histogram name="PasswordManager.TotalAccounts"/>
</histogram_suffixes>

Powered by Google App Engine
This is Rietveld 408576698