Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 6a1961d47885f08227f44d481fd0415d107e8a0c..6a46c409a99e031310ebba3946ff549fff839b48 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -230,6 +230,24 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Ash.ShelfAlignmentOverTime" enum="ShelfAlignmentValue"> |
| + <summary> |
| + The current state of the shelf (alignment) tracked over time by logging on a |
| + regular basis (30 minutes), this is used instead of log in or shelf usage to |
|
James Cook
2013/11/01 00:28:51
Isn't it recorded once per minute, so this is user
Harry McCleave
2013/11/01 01:00:38
it's 30 minutes i changed it to 1 minute for testi
|
| + track users that do not lock/unlock or log in frequently and use a small |
| + number of browser instances or otherwise infrequently interact with the |
| + shelf launcher. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Ash.ShelfAlignmentUsage" enum="ShelfAlignmentValue"> |
| + <summary> |
| + The current state of the shelf (alignment) when the shelf launcher is used |
| + to launch an app/window/etc, this is used instead of log in to give data on |
| + users that do not lock/unlock or log in frequently. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Ash.TouchDuration" units="milliseconds"> |
| <summary>The duration of a touch-sequence.</summary> |
| </histogram> |
| @@ -26898,6 +26916,15 @@ other types of suffix sets. |
| <int value="3" label="Specified URLs"/> |
| </enum> |
| +<enum name="ShelfAlignmentValue" type="int"> |
| + <summary> |
| + The alignment of the shelf area (see ash/launcher/launcher_view.cc). |
| + </summary> |
| + <int value="0" label="Bottom"/> |
| + <int value="1" label="Left"/> |
| + <int value="2" label="Right"/> |
| +</enum> |
| + |
| <enum name="ShillTerminationActionResult" type="int"> |
| <summary> |
| The termination action result types come from TerminationActionResult in |