Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7724)

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h

Issue 23512003: new animation for rAc card generation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove second string on final interstitial Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698