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 dec139cfb83cebfce27aad03389cb996b28cb722..d55a9a622cd8b298d154288e6869ce8041d0938e 100644 |
--- a/components/autofill/core/browser/autofill_popup_delegate.h |
+++ b/components/autofill/core/browser/autofill_popup_delegate.h |
@@ -29,7 +29,8 @@ class AutofillPopupDelegate { |
// Called when the autofill suggestion indicated by |identifier| has been |
// temporarily selected (e.g., hovered). |
- virtual void DidSelectSuggestion(int identifier) = 0; |
+ virtual void DidSelectSuggestion(int identifier, |
+ const base::string16& value) = 0; |
// Inform the delegate that a row in the popup has been chosen. |
virtual void DidAcceptSuggestion(const base::string16& value, |