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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 45343003: UMA data collection for docked windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UMA data collection for docked windows 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 46dfdbd12ad10177bf3c4cd38f7dcd07bba606f8..4990377ea4fbf69fe5feed3b7d9bf63136333977 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -202,6 +202,31 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Ash.Dock.Actions">
flackr 2013/10/29 21:33:49 enum="..." with descriptions for each enum value?
varkha 2013/10/30 19:21:00 Done.
+ <summary>
+ User-initiated action taken after dragging a window when docking is enabled.
+ </summary>
+</histogram>
+
+<histogram name="Ash.Dock.Items">
+ <summary>
+ Maximum number of items (windows or panels) that have been docked during a
+ session (recorded at the end of the session).
+ </summary>
+</histogram>
+
+<histogram name="Ash.Dock.TimeBetweenUse" units="seconds">
+ <summary>
+ The amount of time between instances of docking or undocking a window.
+ </summary>
+</histogram>
+
+<histogram name="Ash.Dock.Width" units="pixels">
+ <summary>
+ Width of the docked area in pixels. Recorded every time it changes.
+ </summary>
+</histogram>
+
<histogram name="Ash.GestureCreated" enum="UIEventType">
<summary>
The gesture-events recognized and dispatched by the browser gesture
« ash/wm/dock/docked_window_resizer.cc ('K') | « ash/wm/dock/docked_window_resizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698