Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: tools/metrics/actions/actions.xml

Issue 2698673006: Add User Actions and adding more details to UMA metrics for overscroll navigation (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 0886fdfdc57ebedd678c294843295b3c1eb36771..9861fe2e8669c16c05e8adc96e1482e35563df3b 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -12916,6 +12916,40 @@ should be able to be added at any place in this file.
<obsolete>Obsolete as of 08/2016</obsolete>
</action>
+<action name="Overscroll_Cancelled.Back">
+ <owner>mfomitchev@chromium.org</owner>
+ <description>
+ When horizontal overscroll corresponding to the BACK navigation is cancelled
+ - either because the user performed an interfering action such as pressing a
+ key, or because the user ended the drag before the navigation threshold was
+ passed.
+ </description>
+</action>
+
+<action name="Overscroll_Cancelled.Forward">
+ <owner>mfomitchev@chromium.org</owner>
+ <description>
+ When horizontal overscroll corresponding to the FORWARD navigation is
+ cancelled - either because the user performed an interfering action such as
+ pressing a key, or because the user ended the drag before the navigation
+ threshold was passed.
+ </description>
+</action>
+
+<action name="Overscroll_Navigated.Back">
+ <owner>mfomitchev@chromium.org</owner>
+ <description>
+ When horizontal overscroll initiates a BACK navigation in the browser.
+ </description>
+</action>
+
+<action name="Overscroll_Navigated.Forward">
+ <owner>mfomitchev@chromium.org</owner>
+ <description>
+ When horizontal overscroll initiates a FORWARD navigation in the browser.
+ </description>
+</action>
+
<action name="PDF.FitToHeightButton">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698