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

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

Issue 227083007: UMA for New Profile Management. Track User-Menu Tutorial actions with Histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Further clean up condition controlling OptionsView. Created 6 years, 8 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/chrome_tests.gypi ('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 54b82f08a05d6309fea7a6040eac433f65cb6f4e..1cbf2dfa74bb35c6c474317d46c967ece9167c0e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20599,6 +20599,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Times a profile name and/or avatar was updated.</summary>
</histogram>
+<histogram name="Profile.UpgradeEnrollment" enum="ProfileUpgradeEnrollment">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ The process which leads a user to enroll in New Profile Management. Also
+ tracks if the user chooses to opt out, and tutorials which guide the user
+ into New Profile Management.
+ </summary>
+</histogram>
+
<histogram name="Profile.VisitedLinksSize" units="MB">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>Size of the visited links database.</summary>
@@ -39620,6 +39629,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Secondary (user-created) profile"/>
</enum>
+<enum name="ProfileUpgradeEnrollment" type="int">
+ <int value="0" label="User viewed the Upgrade promo card in the user menu."/>
+ <int value="1" label="User selected to view the intro tutorial."/>
+ <int value="2" label="User opted into New Profile Management by Promo card."/>
+ <int value="3" label="User closed the Upgrade card."/>
+ <int value="4" label="Used disabled New Profiles Management."/>
+</enum>
+
<enum name="ProtectorError" type="int">
<obsolete>
Deprecated 8/2013. No longer generated.
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698