| 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 54fb490ed79ce8f6a59a74351f8105ed3a560491..e0f6618ed1cfe3283f67e9cc57d2bb83d3e2882c 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -165,7 +165,6 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
|
| virtual void NotificationCheckboxStateChanged(DialogNotification::Type type,
|
| bool checked) OVERRIDE;
|
| virtual void LegalDocumentLinkClicked(const ui::Range& range) OVERRIDE;
|
| - virtual void OverlayButtonPressed() OVERRIDE;
|
| virtual bool OnCancel() OVERRIDE;
|
| virtual bool OnAccept() OVERRIDE;
|
| virtual Profile* profile() OVERRIDE;
|
| @@ -496,9 +495,12 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
|
| // Whether submission is currently waiting for |action| to be handled.
|
| bool IsSubmitPausedOn(wallet::RequiredAction action) const;
|
|
|
| + // Shows a card generation overlay if necessary, then calls DoFinishSubmit.
|
| + void FinishSubmit();
|
| +
|
| // Called when there's nothing left to accept, update, save, or authenticate
|
| // in order to fill |form_structure_| and pass data back to the invoking page.
|
| - void FinishSubmit();
|
| + void DoFinishSubmit();
|
|
|
| // Writes to prefs the choice of AutofillDataModel for |section|.
|
| void PersistAutofillChoice(DialogSection section,
|
|
|