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

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

Issue 21668003: Implement newly saved card bubble for realz and update generated card bubble to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 55a0eec3470cd716f20c7e8f2f1fa71965f58f74..6a982847e6745f5b91db1ba8314e996bd4d89524 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -287,6 +287,12 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
AutocheckoutState autocheckout_state() const { return autocheckout_state_; }
+ // Shows a new credit card saved bubble and passes ownership of |new_card| and
+ // |billing_profile| to the bubble. Exposed for testing.
+ virtual void ShowNewCreditCardBubble(
+ scoped_ptr<CreditCard> new_card,
+ scoped_ptr<AutofillProfile> billing_profile);
+
private:
// Whether or not the current request wants credit info back.
bool RequestingCreditCardInfo() const;

Powered by Google App Engine
This is Rietveld 408576698