| 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 346873d2e69bbd7315463646caa73c3c0978ec24..29568c2521fd5cd04ae1096d2bba0a3fe874a48b 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate.cc
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.cc
|
| @@ -133,6 +133,7 @@ void AutofillExternalDelegate::OnSuggestionsReturned(
|
|
|
| void AutofillExternalDelegate::OnShowPasswordSuggestions(
|
| const std::vector<base::string16>& suggestions,
|
| + const std::vector<base::string16>& realms,
|
| const FormFieldData& field,
|
| const gfx::RectF& element_bounds) {
|
| autofill_query_field_ = field;
|
| @@ -150,7 +151,7 @@ void AutofillExternalDelegate::OnShowPasswordSuggestions(
|
| element_bounds_,
|
| autofill_query_field_.text_direction,
|
| suggestions,
|
| - empty,
|
| + realms,
|
| empty,
|
| password_ids,
|
| GetWeakPtr());
|
|
|