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

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

Issue 2674533002: [Contextual Search] Only record duration between trigger and scroll for taps (Closed)
Patch Set: Update histograms.xml Created 3 years, 11 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:
Download patch
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7f458b65a2fb275a2d1dc29eaa358286c78b0729..830f3070d6acddc01c8301389a1a547acb88919b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59186,8 +59186,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>donnd@chromium.org</owner>
<owner>twellington@chromium.org</owner>
<summary>
- The duration between the panel being triggered and the panel being dismisesd
+ The duration between the panel being triggered and the panel being dismissed
due to a scroll when search results were not seen. Implemented for Android.
+ Prior to M57 this was recorded on tap and longpress; on M57+ it is only
+ recorded on tap.
</summary>
</histogram>
@@ -59196,8 +59198,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>donnd@chromium.org</owner>
<owner>twellington@chromium.org</owner>
<summary>
- The duration between the panel being triggered and the panel being dismisesd
+ The duration between the panel being triggered and the panel being dismissed
due to a scroll when search results were seen. Implemented for Android.
+ Prior to M57 this was recorded on tap and longpress; on M57+ it is only
+ recorded on tap.
</summary>
</histogram>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698