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

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: fix unit tests Created 7 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 43e8eba330beba77ac5751f807554627f7bc80b6..73eb949ddeb77af3bb963c1984cc7a2b1777ff32 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -154,7 +154,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;
@@ -282,6 +281,10 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
scoped_ptr<CreditCard> new_card,
scoped_ptr<AutofillProfile> billing_profile);
+ // 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 DoFinishSubmit();
+
private:
// Whether or not the current request wants credit info back.
bool RequestingCreditCardInfo() const;
@@ -483,8 +486,7 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
// Whether submission is currently waiting for |action| to be handled.
bool IsSubmitPausedOn(wallet::RequiredAction action) const;
- // 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.
+ // Shows a card generation overlay if necessary, then calls DoFinishSubmit.
void FinishSubmit();
// Writes to prefs the choice of AutofillDataModel for |section|.
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698