| Index: components/autofill/core/browser/autofill_external_delegate.h
|
| diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
|
| index 7f09d74317e499c8451ba879d9ea664d2e86d1c8..1e2e129c70fefc080ca6c33c3977c6371304c9fa 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate.h
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.h
|
| @@ -39,7 +39,8 @@ class AutofillExternalDelegate : public AutofillPopupDelegate {
|
| void OnPopupShown() override;
|
| void OnPopupHidden() override;
|
| void DidSelectSuggestion(const base::string16& value,
|
| - int identifier) override;
|
| + int identifier,
|
| + size_t match_start) override;
|
| void DidAcceptSuggestion(const base::string16& value,
|
| int identifier,
|
| int position) override;
|
|
|