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

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

Issue 2683233008: Add "Search" key press/hold UMA metrics. (Closed)
Patch Set: add zalcorn@ to histogram owner Created 3 years, 10 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6e385b8b35952871d6b0c5f9db5570d5cb5f1b11..806fa03544de92116a2d6d9196eb0aae34e2217e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23385,6 +23385,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Keyboard.Shortcuts.CrosSearchKeyDelay" units="ms">
+ <owner>xiaohuic@chromium.org</owner>
+ <owner>zalcorn@chromium.org</owner>
+ <summary>
+ The time between a user pressing the ChromeOS &quot;Search&quot; key and the
+ second key being pressed down to active a shortcut. e.g. Search + L would
+ record the time between Search key down and L key down. If the user pressed
+ multiple keys after Search, we only record the first key down.
+ </summary>
+</histogram>
+
<histogram name="Kiosk.LaunchType" enum="KioskLaunchType">
<owner>xiyuan@chromium.org</owner>
<owner>blumberg@chromium.org</owner>
« ash/common/accelerators/accelerator_router.h ('K') | « ash/common/accelerators/accelerator_router.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698