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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2918625372dbea99d6d8b87dcd1bdb2e273f494a..8771f8e08800064d9e02ea5e463e9f31924fe2ca 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27581,6 +27581,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.ExportedPasswordsPerUserInCSV">
+ <owner>xunlu@chromium.org</owner>
+ <owner>gcasto@chromium.org</owner>
+ <summary>The number of passwords exported in CSV format per user.</summary>
+</histogram>
+
<histogram name="PasswordManager.FillSuggestionsIncludeAndroidAppCredentials"
enum="PasswordManagerOfferedAndroidCredentials">
<owner>msramek@chromium.org</owner>
@@ -27602,6 +27608,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.ImportedPasswordsPerUserInCSV">
+ <owner>xunlu@chromium.org</owner>
+ <owner>gcasto@chromium.org</owner>
+ <summary>The number of passwords imported in CSV format per user</summary>
+</histogram>
+
<histogram name="PasswordManager.InfoBarResponse" enum="InfoBarResponse">
<owner>dubroy@chromium.org</owner>
<owner>vabr@chromium.org</owner>
@@ -71845,6 +71857,14 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PasswordManager.TotalAccounts"/>
</histogram_suffixes>
+<histogram_suffixes name="PasswordImportResult" separator=".">
+ <suffix name="" label="Aggregated"/>
+ <suffix name="Success" label="Succeeded attempt"/>
+ <suffix name="Fail" label="Failed attempt"/>
+ <affected-histogram name="PasswordManager.ExportedPasswordsPerUserInCSV"/>
+ <affected-histogram name="PasswordManager.ImportedPasswordsPerUserInCSV"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PasswordManagerMonitor">
<suffix name="group_1" label="group 1"/>
<suffix name="group_2" label="group 2"/>

Powered by Google App Engine
This is Rietveld 408576698