| Index: components/autofill/core/browser/autofill_external_delegate.cc
|
| diff --git a/components/autofill/core/browser/autofill_external_delegate.cc b/components/autofill/core/browser/autofill_external_delegate.cc
|
| index f8b0fbc223ec8de955cf7a5b8ad36ba545fec14b..ed32f7b077d8035c0eeeda15474938d6b7a11f46 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate.cc
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.cc
|
| @@ -187,7 +187,7 @@ bool AutofillExternalDelegate::ShouldRepostEvent(const ui::MouseEvent& event) {
|
| return true;
|
| }
|
|
|
| -void AutofillExternalDelegate::DidSelectSuggestion(int identifier) {
|
| +void AutofillExternalDelegate::DidPreselectSuggestion(int identifier) {
|
| ClearPreviewedForm();
|
|
|
| // Only preview the data if it is a profile.
|
|
|