| 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 7cc913947eca844d76d4507eb3686cf4c97ea988..a7ecb11796f7b6d3b6bc4c416775cdbb0dea72f2 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate.cc
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.cc
|
| @@ -160,13 +160,9 @@ void AutofillExternalDelegate::OnSuggestionsReturned(
|
|
|
| // Send to display.
|
| if (query_field_.is_focusable) {
|
| - manager_->client()->ShowAutofillPopup(element_bounds_,
|
| - query_field_.text_direction,
|
| - values,
|
| - labels,
|
| - icons,
|
| - ids,
|
| - GetWeakPtr());
|
| + manager_->client()->ShowAutofillPopup(
|
| + element_bounds_, query_field_.text_direction, values, labels, icons,
|
| + ids, base::string16(), GetWeakPtr());
|
| }
|
| }
|
|
|
|
|