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

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

Issue 803343002: [Android] Add UMA for pull-to-refresh activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « content/browser/android/overscroll_controller_android.cc ('k') | tools/metrics/actions/extract_actions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « content/browser/android/overscroll_controller_android.cc ('k') | tools/metrics/actions/extract_actions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698