| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| index 0394d0f730607e4aad128f1c54256b08faba2b68..6c193fe8e9a5c6fdeb9c496540ed1a220b34f81f 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -289,8 +289,9 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| // they have not already been calculated.
|
| void EnsureLegalDocumentsText();
|
|
|
| - // Resets the DetailInputs* and |section_editing_state_| for a section.
|
| - void ResetManualInputForSection(DialogSection section);
|
| + // Clears previously entered manual input, shows editing UI if the current
|
| + // suggestion is invalid, and updates the |view_| (if it exists).
|
| + void PrepareDetailInputsForSection(DialogSection section);
|
|
|
| // Creates a DataModelWrapper item for the item that's checked in the
|
| // suggestion model for |section|. This may represent Autofill
|
|
|