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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1586613003: UMA histogram of user action on multi-account password update bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewers comments addressed Created 4 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
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.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 82f27f48442fb8c9137b8a7aa56e46e6be041ac0..53ad6d1d274c37a72b10812175b7800663b73097 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32533,6 +32533,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>An error on LoginDatabase initialization.</summary>
</histogram>
+<histogram name="PasswordManager.MultiAccountPasswordUpdateAction"
+ enum="MultiAccountUpdateBubbleUserAction">
+ <owner>dvadym@chromium.org</owner>
+ <summary>
+ A user action when a password update bubble with multiple accounts is shown.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.NumPasswordsDeletedByBulkDelete">
<owner>vabr@chromium.org</owner>
<summary>
@@ -70929,6 +70937,19 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="11" label="AC3"/>
</enum>
+<enum name="MultiAccountUpdateBubbleUserAction" type="int">
+ <int value="0" label="DEFAULT_ACCOUNT_MATCHED_BY_PASSWORD_USER_CHANGED"/>
+ <int value="1" label="DEFAULT_ACCOUNT_MATCHED_BY_PASSWORD_USER_NOT_CHANGED"/>
+ <int value="2"
+ label="DEFAULT_ACCOUNT_MATCHED_BY_PASSWORD_USER_REJECTED_UPDATE"/>
+ <int value="3" label="DEFAULT_ACCOUNT_PREFERRED_USER_CHANGED"/>
+ <int value="4" label="DEFAULT_ACCOUNT_PREFERRED_USER_NOT_CHANGED"/>
+ <int value="5" label="DEFAULT_ACCOUNT_PREFERRED_USER_REJECTED_UPDATE"/>
+ <int value="6" label="DEFAULT_ACCOUNT_FIRST_USER_CHANGED"/>
+ <int value="7" label="DEFAULT_ACCOUNT_FIRST_USER_NOT_CHANGED"/>
+ <int value="8" label="DEFAULT_ACCOUNT_FIRST_USER_REJECTED_UPDATE"/>
+</enum>
+
<enum name="MultiProfileSessionMode" type="int">
<int value="0" label="Single user mode"/>
<int value="1" label="Side by side mode"/>
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698