Index: chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchHeuristic.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchHeuristic.java b/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchHeuristic.java |
index fb63e2914aa3f1ca11247371fa31dcd6c93446d0..1cfa1742007dfdd4bf65877f33ade6f76f8530f9 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchHeuristic.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchHeuristic.java |
@@ -13,6 +13,7 @@ abstract class ContextualSearchHeuristic { |
/** |
* Gets whether this heuristic's condition was satisfied or not. |
+ * In the case of a Tap heuristic, if the condition is satisfied the Tap is suppressed. |
* This heuristic may be called in logResultsSeen regardless of whether the condition was |
* satisfied. |
* @return Whether this heuristic's condition was satisfied or not. |