Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 36d7b0c19404bf164b796322ccfdd9cdfe492275..2e36d814d9a38fade8b9c2273eda6518fa53e1dd 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -1718,6 +1718,39 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="CrosFirstRun.DialogShown"> |
+ <summary> |
+ Records the number of times when first-run dialog was shown. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="CrosFirstRun.FurthestStep"> |
+ <summary> |
+ Index of furthest step that was reached during tutorial. Since order of |
+ steps could change eventially and new steps could apear we use index here |
+ instead of step name. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="CrosFirstRun.TimeSpent" units="ms"> |
+ <summary>The total time that user spent on first-run tutorial.</summary> |
+</histogram> |
+ |
+<histogram name="CrosFirstRun.TimeSpentOnStep" units="ms"> |
+ <summary>The time that user spent on some step of tutorial.</summary> |
+</histogram> |
+ |
+<histogram name="CrosFirstRun.TutorialCompletion" |
+ enum="CrosFirstRunTutorialCompletionType"> |
+ <summary>Tracks the way how user left tutorial.</summary> |
+</histogram> |
+ |
+<histogram name="CrosFirstRun.TutorialLaunched"> |
+ <summary> |
+ Records the number of times when first-run tutorial has been launched. |
+ </summary> |
+</histogram> |
+ |
<histogram name="DataReductionProxy.BypassInfoFallback" |
enum="DataReductionProxyBypassEventType"> |
<summary> |
@@ -22629,6 +22662,12 @@ other types of suffix sets. |
<int value="0" label="ModemManagerCommandSendFailure"/> |
</enum> |
+<enum name="CrosFirstRunTutorialCompletionType" type="int"> |
+ <int value="0" label="Was not finished"/> |
+ <int value="1" label="Finished with "Got It" button"/> |
+ <int value="2" label="Finished with "Keep Exploring" button"/> |
+</enum> |
+ |
<enum name="CrosShelfClickTarget" type="int"> |
<obsolete> |
Deprecated as of 12/2013. Default pinned apps trial is finished. |
@@ -31445,6 +31484,13 @@ other types of suffix sets. |
<affected-histogram name="PLT.LoadType"/> |
</fieldtrial> |
+<fieldtrial name="CrosFirstRunStep" separator=""> |
+ <group name="AppList"/> |
+ <group name="Tray"/> |
+ <group name="Help"/> |
+ <affected-histogram name="CrosFirstRun.TimeSpentOnStep"/> |
+</fieldtrial> |
+ |
<fieldtrial name="DataReductionProxy"> |
<group name="DataReductionProxy" |
label="Only page loads through the data reduction proxy are considered."/> |