| Index: components/autofill/browser/autofill_external_delegate.h
|
| diff --git a/components/autofill/browser/autofill_external_delegate.h b/components/autofill/browser/autofill_external_delegate.h
|
| index 5ea7b37161bc4bb43bd491f1b4d9e6f04f744648..e4d20f53308c01db3ff2194f2a1c50e3ba20932d 100644
|
| --- a/components/autofill/browser/autofill_external_delegate.h
|
| +++ b/components/autofill/browser/autofill_external_delegate.h
|
| @@ -82,6 +82,7 @@ class AutofillExternalDelegate
|
|
|
| // Show password suggestions in the popup.
|
| void OnShowPasswordSuggestions(const std::vector<base::string16>& suggestions,
|
| + const std::vector<base::string16>& realms,
|
| const FormFieldData& field,
|
| const gfx::RectF& bounds);
|
|
|
|
|