Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1f7ad6f405204985db0851d3ca630e044b32d33f..ae3a322b34e9700519a583dc928ea1731ada65dc 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -12883,6 +12883,23 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="InputMethod.VirtualKeyboard.WordsDeletedPerSwipe"> |
+ <owner>rsadam@chromium.org</owner> |
+ <summary> |
+ Counts the number of words that were deleted by swiping left on the deletion |
+ tracker. This is recorded each time the gesture deletion tracker is hidden. |
SteveT
2015/05/12 19:11:15
It's actually called the deletion "track".
rsadam
2015/05/12 19:20:13
Done.
|
+ </summary> |
+</histogram> |
+ |
+<histogram name="InputMethod.VirtualKeyboard.WordsDeselectedPerSwipe"> |
+ <owner>rsadam@chromium.org</owner> |
+ <summary> |
+ Counts the number of words that were deselected by swiping backwards on the |
+ selection tracker. This is recorded each time the gesture selection tracker |
+ is hidden. |
+ </summary> |
+</histogram> |
+ |
<histogram name="InputMethod.VirtualKeyboard.WordsPerMinute"> |
<owner>rsadam@chromium.org</owner> |
<summary> |
@@ -12891,6 +12908,24 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="InputMethod.VirtualKeyboard.WordsRestoredPerSwipe"> |
+ <owner>rsadam@chromium.org</owner> |
+ <summary> |
+ Counts the number of words that were restored by swiping right on the |
+ deletion tracker. This is recorded each time the gesture deletion tracker is |
SteveT
2015/05/12 19:11:15
ditto
tracker->track
rsadam
2015/05/12 19:20:13
Done.
|
+ hidden. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="InputMethod.VirtualKeyboard.WordsSelectedPerSwipe"> |
SteveT
2015/05/12 19:11:15
I don't think we should refer to it as "selecting"
rsadam
2015/05/12 19:20:13
Done.
|
+ <owner>rsadam@chromium.org</owner> |
+ <summary> |
+ Counts the number of words that were selected by swiping forwards on the |
+ selection tracker. This is recorded each time the gesture selection tracker |
SteveT
2015/05/12 19:11:15
ditto
tracker->track
rsadam
2015/05/12 19:20:13
Done.
|
+ is hidden. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Installer.AttemptsCount.Total" units="count"> |
<owner>zeuthen@chromium.org</owner> |
<summary> |