| 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..131dfc1db189b7e8fb8629d600cf83fc2e08184b 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);
|
|
|
|
|