| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index ec42ba63360c1ae1496db7dd0ae6b8561ee94863..c6aea1c979ca1ddfc385eb95afd2d56d3cd5ede4 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -7564,6 +7564,15 @@ should be able to be added at any place in this file.
|
| <description>User closes the tab while preview page is loaded.</description>
|
| </action>
|
|
|
| +<action name="MobilePullGestureReload">
|
| + <owner>jdduke@chromium.org</owner>
|
| + <description>
|
| + Emitted on Android when a pull-to-refresh touch gesture initiates a page
|
| + reload. This fires only after the triggering touch is released while the
|
| + refresh effect has been pulled beyond the activation threshold.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="MobileReceivedExternalIntent">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
|
|