Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 26373009: ash:Shelf - Added UMA stats for ShelfAlignment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d66818d640aea88b091d8fb230c4a9f8321af6e6..bdca5457a78005df58ed38ff71d2715cb2692a87 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
+ 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>
@@ -27191,6 +27209,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
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698