| 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 97af1cadcf48fe0c95c63cbb3b609ea7d92372ba..fcad66f44f213fdc12409ae9aeec7228a3f3bb66 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -1176,7 +1176,7 @@ void AutofillDialogControllerImpl::ResetSectionInput(DialogSection section) {
|
|
|
| DetailInputs* inputs = MutableRequestedFieldsForSection(section);
|
| for (DetailInputs::iterator it = inputs->begin(); it != inputs->end(); ++it) {
|
| - it->initial_value.clear();
|
| + it->initial_value = common::GetHardcodedValueForType(it->type);
|
| }
|
| }
|
|
|
|
|