Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index f8c10b4f02ce024db3cf04fb3d2c1f0b8372065d..3ef6d8e8acfb9b17ee1f8a9fccdd947ad6bff0e1 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. |
| @@ -20147,15 +20147,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| -<histogram name="Keyboard.KeystrokeDeltas" units="ms"> |
|
Ilya Sherman
2016/07/28 17:22:29
Please mark this metric as <obsolete> rather than
|
| - <owner>Please list the metric's owners. Add more owner tags as needed.</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 |
| - seconds apart. |
| - </summary> |
| -</histogram> |
| - |
| <histogram name="Kiosk.LaunchType" enum="KioskLaunchType"> |
| <owner>xiyuan@chromium.org</owner> |
| <owner>blumberg@chromium.org</owner> |