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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1016113002: Instrument "Remove this person" in user manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 0cb8649f23eea05b2aed352551d059f8eaa5ab2b..825c8ca7f316304ab4dfaa2c357b4a4474795917 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56978,8 +56978,16 @@ To add a new entry, add it with any value and run test to compute valid value.
</enum>
<enum name="ProfileDeleteAction" type="int">
- <int value="0" label="Settings Page"/>
- <int value="1" label="User Manager"/>
+ <int value="0" label="Settings Page">
+ A profile was deleted from the settings page.
+ </int>
+ <int value="1" label="User Manager">
+ A profile was deleted from the User Manager.
+ </int>
+ <int value="2" label="User Manager Warning Shown">
+ The user clicked "Remove this person" in the user manager and was shown the
+ profile deletion warning.
jwd 2015/03/18 21:14:21 So, if the user actually deletes, this will be fol
anthonyvd 2015/03/18 21:56:56 Actually it would be the "User Manager" value bein
+ </int>
</enum>
<enum name="ProfileDesktopMenu" type="int">

Powered by Google App Engine
This is Rietveld 408576698