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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelMetrics.java

Issue 2386413002: [Contextual Search] Do not include tap suppression in aggregate heuristic logging (Closed)
Patch Set: [Contextual Search] Do not include tap suppression in aggregate heuristic logging Created 4 years, 2 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/compositor/bottombar/contextualsearch/ContextualSearchPanelMetrics.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelMetrics.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelMetrics.java
index 68e268e666303c3d9c44794fb0cb53555a2be652..d5eab64ea01a999925b07739df4480b88d1e0920 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelMetrics.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelMetrics.java
@@ -225,6 +225,7 @@ public class ContextualSearchPanelMetrics {
mWasContextualCardsDataShown = false;
mWasSelectionAllCaps = false;
mDidSelectionStartWithCapital = false;
+ mWasAnyHeuristicSatisfiedOnPanelShow = false;
mPanelTriggerTimeNs = 0;
}
}

Powered by Google App Engine
This is Rietveld 408576698