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

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

Issue 2187303002: Remove KeyboardUmaEventFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing references to KeyboardUMAEventFilter Created 4 years, 5 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
« no previous file with comments | « ash/shell.cc ('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 f8c10b4f02ce024db3cf04fb3d2c1f0b8372065d..1529903e9d50493963db24ad2d68f1d9c5d01b3b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19048,7 +19048,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="InputMethod.VirtualKeyboard.GestureTypingEvent"
enum="IMEGestureTypingEvent">
- <owner>stevet@chromium.org</owner>
+ <owner>girard@chromium.org</owner>
<summary>Text input events related to gesture typing.</summary>
</histogram>
@@ -19087,7 +19087,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="InputMethod.VirtualKeyboard.TapCount">
- <owner>stevet@chromium.org</owner>
+ <owner>girard@chromium.org</owner>
<summary>
The number of times the virtual keyboard was tapped while the virtual
keyboard was alive. Recorded when the virtual keyboard is closed.
@@ -20148,7 +20148,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Keyboard.KeystrokeDeltas" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <obsolete>
+ Deprecated 07/2016 in crbug.com/631204 with KeyboardUmaEventFilter removal.
+ </obsolete>
+ <owner>girard@chromium.org</owner>
<summary>
The time between keystrokes in Aura text fields. The only keystrokes that
are measured are ones that produce a printable character and are not over 5
« no previous file with comments | « ash/shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698