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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 302603013: UMA for modifying the profile image/name in the menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 5265c80f2b4c090461ae32840ccadf8dee69e850..42ae1b58273bafcd22301730463aa2c31f253418 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 Account in Menu">
+ User opened the user menu, and started selecting a new profile image.
+ </int>
</enum>
<enum name="ProfileErrorType" type="int">

Powered by Google App Engine
This is Rietveld 408576698