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

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

Issue 302603013: UMA for modifying the profile image/name in the menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Noms nits Created 6 years, 7 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 | « chrome/browser/ui/views/profiles/profile_chooser_view.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 5265c80f2b4c090461ae32840ccadf8dee69e850..5d13fd9c5aa0b76c5ca2c1ead27a17ad7e662ea3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41133,15 +41133,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</enum>
<enum name="ProfileDesktopMenu" type="int">
- <int value="0" label="Locked In Menu from Button">
+ <int value="0" label="Locked in Menu">
User opened the user menu, and clicked lock.
</int>
- <int value="1" label="Remove Account in Menu from Button.">
+ <int value="1" label="Remove Account in Menu">
User opened the user menu, and removed an account.
</int>
- <int value="2" label="Add Account in Menu from Button">
+ <int value="2" label="Add Account in Menu">
User opened the user menu, and started adding an account.
</int>
+ <int value="3" label="Edit Profile Name in Menu">
+ User opened the user menu, and changed the profile name.
+ </int>
+ <int value="4" label="Edit Profile Image in Menu">
+ User opened the user menu, and started selecting a new profile image.
+ </int>
</enum>
<enum name="ProfileErrorType" type="int">
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698