Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index de51a0a93ce8161caee9483eb180ff05fc06b82a..71b4ee5d8ea1db6c5e0ac1abdbc67b1ec7aba375 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -216,6 +216,14 @@ other types of suffix sets. |
</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> |
@@ -26324,6 +26332,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 |