Index: chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchContextControl.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchContextControl.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchContextControl.java |
index 542ad59cf6a103515f8727629370d62740b50e7a..cc3447603988dd2b9e811ca186064bfa6a0b5c74 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchContextControl.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchContextControl.java |
@@ -43,11 +43,11 @@ public class ContextualSearchContextControl extends OverlayPanelInflater { |
} |
/** |
- * Sets the search context to display in the control. |
+ * Sets the details of the search context to display in the control. |
* @param selection The portion of the context that represents the user's selection. |
* @param end The portion of the context after the selection. |
*/ |
- public void setSearchContext(String selection, String end) { |
+ public void setContextDetails(String selection, String end) { |
inflate(); |
mSelectedText.setText(sanitizeText(selection)); |