Index: components/autofill/core/browser/autofill_popup_delegate.h |
diff --git a/components/autofill/core/browser/autofill_popup_delegate.h b/components/autofill/core/browser/autofill_popup_delegate.h |
index 86b5eff42665f4532229fe85424eee2d7971b676..4489654aada12d2b0d4e95f15527a999b8977e67 100644 |
--- a/components/autofill/core/browser/autofill_popup_delegate.h |
+++ b/components/autofill/core/browser/autofill_popup_delegate.h |
@@ -33,8 +33,8 @@ class AutofillPopupDelegate { |
virtual bool ShouldRepostEvent(const ui::MouseEvent& event) = 0; |
// Called when the autofill suggestion indicated by |identifier| has been |
- // temporarily selected (e.g., hovered). |
- virtual void DidSelectSuggestion(int identifier) = 0; |
+ // preselected (e.g., hovered). |
+ virtual void DidPreselectSuggestion(int identifier) = 0; |
// Inform the delegate that a row in the popup has been chosen. |
virtual void DidAcceptSuggestion(const base::string16& value, |