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"/> |