| Index: components/autofill/core/browser/autofill_manager.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
|
| index e3c5e3c66c9fc84f24197da1106f06db992fd77a..fc8faf85fe0060db79b08ae204df1e1ba91aa06b 100644
|
| --- a/components/autofill/core/browser/autofill_manager.cc
|
| +++ b/components/autofill/core/browser/autofill_manager.cc
|
| @@ -347,6 +347,9 @@ void AutofillManager::OnTextFieldDidChange(const FormData& form,
|
| if (!IsValidFormData(form) || !IsValidFormFieldData(field))
|
| return;
|
|
|
| + if (test_delegate_)
|
| + test_delegate_->OnTextFieldChanged();
|
| +
|
| FormStructure* form_structure = NULL;
|
| AutofillField* autofill_field = NULL;
|
| if (!GetCachedFormAndField(form, field, &form_structure, &autofill_field))
|
|
|