| 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 c0feb8c41e374b3e1ae1507b0419079e60701da2..fff4817df6f1a80e05ecfaf9983c04af04cc1238 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -289,6 +289,9 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| // they have not already been calculated.
|
| void EnsureLegalDocumentsText();
|
|
|
| + // Fills |view_|'s corresponding |section| with data and shows manual inputs.
|
| + void ShowEditingMode(DialogSection section);
|
| +
|
| // Resets the DetailInputs* and |section_editing_state_| for a section.
|
| void ResetManualInputForSection(DialogSection section);
|
|
|
|
|