| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| index 09c2c7a006ce9a22616b2e256331001339fa9514..303f965d4ecf2de1035486c59b9373d576a19fbf 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -2042,7 +2042,7 @@ bool AutofillDialogControllerImpl::SectionIsValid(
|
| return true;
|
|
|
| DetailOutputMap detail_outputs;
|
| - view_->GetUserInput(SECTION_EMAIL, &detail_outputs);
|
| + view_->GetUserInput(section, &detail_outputs);
|
| return InputsAreValid(detail_outputs, VALIDATE_EDIT).empty();
|
| }
|
|
|
|
|