Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 36d7b0c19404bf164b796322ccfdd9cdfe492275..ee08dfad46e68476b4c27491f77f026be043f47a 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -1718,6 +1718,43 @@ 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"> |
|
Alexei Svitkine (slow)
2014/01/15 16:02:38
Can you add an enum for the steps?
dzhioev (left Google)
2014/01/15 22:12:54
We want to know how many steps user saw rather tha
Alexei Svitkine (slow)
2014/01/15 22:21:36
Okay, please expand the description here to captur
dzhioev (left Google)
2014/01/16 13:21:14
Done.
|
| + <summary>Index of furthest step that was reached during tutorial.</summary> |
| +</histogram> |
| + |
| +<histogram name="CrosFirstRun.TimeSpent" units="ms"> |
| + <summary>The total time that user spent on first-run tutorial.</summary> |
| +</histogram> |
| + |
| +<histogram name="CrosFirstRun.TimeSpentOnAppListStep" units="ms"> |
|
Alexei Svitkine (slow)
2014/01/15 16:02:38
For all the CrosFirstRun.TimeSpentOn* histograms,
dzhioev (left Google)
2014/01/15 22:12:54
Done.
|
| + <summary>The time that user spent on "app-list" step.</summary> |
| +</histogram> |
| + |
| +<histogram name="CrosFirstRun.TimeSpentOnHelpStep" units="ms"> |
| + <summary>The time that user spent on "help" step.</summary> |
| +</histogram> |
| + |
| +<histogram name="CrosFirstRun.TimeSpentOnTrayStep" units="ms"> |
| + <summary>The time that user spent on "tray" step.</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 +22666,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. |