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

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: Rebase 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ca250c6080867c1fac7e6b317de005f830b8c3ae..e24a0d887fa44cf8967be10562bf64429de4490b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20325,6 +20325,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Profile.Enrollment" enum="ProfileEnrollment">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ The process which leads a user to enroll in Project Mirror. Also tracks if
+ the user chooses to opt out of mirror, and tutorials which guide the user
+ into Mirror.
+ </summary>
+</histogram>
+
<histogram name="Profile.ExtensionSize" units="MB">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>Size of the extension cookies database.</summary>
@@ -39438,6 +39447,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="4" label="Canceled"/>
</enum>
+<enum name="ProfileEnrollment" type="int">
+ <int value="0" label="User viewed the promotional card in the user menu"/>
+ <int value="1" label="User selected to view the intro tutorial about Mirror"/>
+ <int value="2" label="User opted in to Project Mirror"/>
+ <int value="3" label="User closed the Welcome To Mirror card"/>
+ <int value="4" label="Webdata DB error"/>
+</enum>
+
<enum name="ProfileErrorType" type="int">
<int value="0" label="History error"/>
<int value="1" label="Preferences error"/>
« chrome/browser/ui/views/profiles/profile_chooser_view.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698