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

Unified Diff: chrome/browser/ui/autofill/test_autofill_credit_card_bubble.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: . Created 7 years, 5 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/test_autofill_credit_card_bubble.h
diff --git a/chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h b/chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h
index 4eef7b73962122899629ac6776a4092a765b7c23..89523527396771b41fcad21c2a554dd032620c4f 100644
--- a/chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h
+++ b/chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h
@@ -40,6 +40,9 @@ class TestAutofillCreditCardBubble : public AutofillCreditCardBubble {
explicit TestAutofillCreditCardBubble(
const base::WeakPtr<AutofillCreditCardBubbleController>& controller);
+ // A weak reference to the controller that operates this bubble.
+ base::WeakPtr<AutofillCreditCardBubbleController> controller_;
+
// Whether the bubble is currently showing or not.
bool showing_;

Powered by Google App Engine
This is Rietveld 408576698