| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index cde7d835c8239bf5f9ae835bdc35c5460c9a9f32..0495db4bc1e8c545d301fdc124f47075084b400c 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>
|
| @@ -22424,6 +22457,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.
|
| @@ -31207,6 +31246,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."/>
|
|
|