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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.java

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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.java b/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.java
index fec18fe83a30c2c695e0b57952f6fc0fc78fee83..b94f6eed79e8290a39e8a534d2dfb0c815c63459 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.java
@@ -1044,8 +1044,8 @@ public class ContextualSearchUma {
}
/**
- * Logs the duration between the panel being triggered due to a tap or long-press and the
- * panel being dismissed due to a scroll.
+ * Logs the duration between the panel being triggered due to a tap and the panel being
+ * dismissed due to a scroll.
* @param durationSincePanelTriggerMs The amount of time between the panel getting triggered and
* the panel being dismissed due to a scroll.
* @param wasSearchContentViewSeen If the panel was opened.

Powered by Google App Engine
This is Rietveld 408576698