| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1f7ad6f405204985db0851d3ca630e044b32d33f..280c1a79e4801102e4c27b920aae77879069d957 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -12830,6 +12830,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="InputMethod.VirtualKeyboard.BackwardsMovesPerSwipe"
|
| + units="moves">
|
| + <owner>rsadam@chromium.org</owner>
|
| + <summary>
|
| + ChromeOS histogram that counts the number of times the cursor was moved to
|
| + the previous word by swiping backwards on the selection track. The count is
|
| + initialized when the user starts swiping from any side of the virtual
|
| + keyboard, incremented based on how far they swipe backwards on the selection
|
| + track, and recorded when they release their finger.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="InputMethod.VirtualKeyboard.CharactersBetweenBackspaces">
|
| <owner>rsadam@chromium.org</owner>
|
| <summary>
|
| @@ -12875,6 +12887,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="InputMethod.VirtualKeyboard.MovesPerSwipe" units="moves">
|
| + <owner>rsadam@chromium.org</owner>
|
| + <summary>
|
| + ChromeOS histogram that counts the number of times the cursor was moved to
|
| + the next word by swiping forward on the selection track. The count is
|
| + initialized when the user starts swiping from any side of the virtual
|
| + keyboard, incremented based on how far they swipe forwards on the selection
|
| + track, and recorded when they release their finger.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="InputMethod.VirtualKeyboard.TapCount">
|
| <owner>stevet@chromium.org</owner>
|
| <summary>
|
| @@ -12883,6 +12906,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="InputMethod.VirtualKeyboard.WordsDeletedPerSwipe"
|
| + units="words">
|
| + <owner>rsadam@chromium.org</owner>
|
| + <summary>
|
| + ChromeOS histogram that tracks the total number of words that were deleted
|
| + by swiping forward on the deletion track. The count is initialized when the
|
| + user starts swiping on the backspace key, incremented based on how far they
|
| + swipe forwards on the deletion track, and recorded when they release their
|
| + finger.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="InputMethod.VirtualKeyboard.WordsPerMinute">
|
| <owner>rsadam@chromium.org</owner>
|
| <summary>
|
| @@ -12891,6 +12926,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="InputMethod.VirtualKeyboard.WordsRestoredPerSwipe"
|
| + units="words">
|
| + <owner>rsadam@chromium.org</owner>
|
| + <summary>
|
| + ChromeOS histogram that tracks the total number of words that were restored
|
| + by swiping backwards on the deletion track. The count is initialized when
|
| + the user starts swiping on the backspace key, incremented based on how far
|
| + they swipe backwards on the deletion track, and recorded when they release
|
| + their finger.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Installer.AttemptsCount.Total" units="count">
|
| <owner>zeuthen@chromium.org</owner>
|
| <summary>
|
|
|