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

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

Issue 2906763002: [TTS] Add some initial signals for Tap in content. (Closed)
Patch Set: Just fix an off-by-one bug on an index bounds found by a failing test. Created 3 years, 7 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_sources.gni ('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 2c5a4ba690bbcc73849bba448df8d7708d4e2f16..4deb6fc4c8b445ac2755e64f7fab0bb02c177813 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66152,6 +66152,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.ContextualSearchTapLongWordSeen"
+ enum="ContextualSearchResultsSeen">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ Whether results were seen for a Tap that was on a word considered long.
+ Recorded when the UX is hidden. Implemented for Android.
+ </summary>
+</histogram>
+
+<histogram name="Search.ContextualSearchTapShortWordSeen"
+ enum="ContextualSearchResultsSeen">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ Whether results were seen for a Tap that was on a word considered short.
+ Recorded when the UX is hidden. Implemented for Android.
+ </summary>
+</histogram>
+
<histogram name="Search.ContextualSearchTapsSinceOpenDecided" units="taps">
<owner>donnd@chromium.org</owner>
<owner>twellington@chromium.org</owner>
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698