| 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>
|
|
|