Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1c84bd29ae3020f8fdac39c3610880b6ce974fbd..26f9436b71c2791cef4277e298e174badb58d08b 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -7282,6 +7282,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Event.TouchDragSelectionDuration" units="milliseconds"> |
+ <owner>mfomitchev@chromium.org</owner> |
+ <summary> |
+ Duration of touch selection sequence which involved dragging a text |
+ selection handle. The duration is measured from the moment the text |
+ selection handles are shown, and until they are dismissed. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Event.TouchDuration" units="milliseconds"> |
<owner>kuscher@google.com</owner> |
<owner>rbyers@chromium.org</owner> |
@@ -7303,6 +7312,24 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Event.TouchSelectionDuration" units="milliseconds"> |
+ <owner>mfomitchev@chromium.org</owner> |
+ <summary> |
+ Duration of touch selection sequence which finished with the user selecting |
+ one of the text manipulation actions, such as copy, cut, or paste. The |
+ duration is measured from the moment the text selection handles are shown, |
+ and until the action is executed. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Event.TouchSelectionEndedWithAction" enum="BooleanEnabled"> |
Alexei Svitkine (slow)
2015/02/10 22:23:04
This doesn't sound like BooleanEnabled. Is there a
mfomitchev
2015/02/10 23:22:54
Done. I also changed the names a bit.
|
+ <owner>mfomitchev@chromium.org</owner> |
+ <summary> |
+ Whether the touch selection sequence ended with the user selecting one of |
+ the text manipulation actions, such as copy, cut, or paste. after startup). |
+ </summary> |
+</histogram> |
+ |
<histogram name="ExtensionActivity.AdInjected" units="Extension Count"> |
<owner>felt@chromium.org</owner> |
<owner>rdevlin.cronin@chromium.org</owner> |