Chromium Code Reviews| 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..7526af2f5961cd97da4f104f4dbadb459db005e6 100644 |
| --- a/components/autofill/core/browser/autofill_external_delegate.cc |
| +++ b/components/autofill/core/browser/autofill_external_delegate.cc |
| @@ -161,12 +161,8 @@ 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()); |
| + query_field_.text_direction, values, |
| + labels, icons, ids, GetWeakPtr()); |
|
Garrett Casto
2014/11/23 07:49:48
I would revert this now just to cut down on the di
jww
2014/11/25 02:46:26
Done.
|
| } |
| } |