Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 56cefde47c04a6f1252816e5f745b87e3031a35d..9122249436f415dacace9239452cdcddc30a7f0d 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -18812,6 +18812,20 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="UserInput.ActionAfterDoubleTapNoDelay" enum="UserAction"> |
+ <summary> |
+ User's first action within 5 seconds after a double tap gesture when gesture |
+ tap event delay is disabled. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="UserInput.ActionAfterDoubleTapWithDelay" enum="UserAction"> |
+ <summary> |
+ User's first action within 5 seconds after a double tap gesture when gesture |
+ tap events are delayed. |
+ </summary> |
+</histogram> |
+ |
<histogram name="UserManager.LoginUserType" enum="UserType"> |
<summary> |
The number of users of different types that log in to the system (Chrome |
@@ -28117,6 +28131,12 @@ other types of suffix sets. |
<int value="10" label="kFileSystemScheme"/> |
</enum> |
+<enum name="UserAction" type="int"> |
+ <int value="0" label="Navigated Back"/> |
+ <int value="1" label="Stopped Navigation"/> |
+ <int value="2" label="No Action"/> |
+</enum> |
+ |
<enum name="UserType" type="int"> |
<int value="0" label="Regular"/> |
<int value="1" label="Guest"/> |