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

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: more specific UMA counts Created 7 years, 2 months 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
« ash/launcher/launcher_view.cc ('K') | « 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 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
« ash/launcher/launcher_view.cc ('K') | « tools/metrics/actions/chromeactions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698