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

Unified Diff: components/autofill/core/browser/autofill_common_test.h

Issue 23882013: [rAc] Persist selection of newly added cards and addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests, add a test 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
Index: components/autofill/core/browser/autofill_common_test.h
diff --git a/components/autofill/core/browser/autofill_common_test.h b/components/autofill/core/browser/autofill_common_test.h
index b0818f70df7ffff3268dbd120cd2649ab2798720..8d6a56ff0faca62135a3ed9b0773c79773a4d675 100644
--- a/components/autofill/core/browser/autofill_common_test.h
+++ b/components/autofill/core/browser/autofill_common_test.h
@@ -46,9 +46,15 @@ AutofillProfile GetVerifiedProfile2();
// Returns a credit card full of dummy info.
CreditCard GetCreditCard();
+// Returns a credit card full of dummy info, different to the above.
+CreditCard GetCreditCard2();
+
// Returns a verified credit card full of dummy info.
CreditCard GetVerifiedCreditCard();
+// Returns a verified credit card full of dummy info, different to the above.
+CreditCard GetVerifiedCreditCard2();
+
// A unit testing utility that is common to a number of the Autofill unit
// tests. |SetProfileInfo| provides a quick way to populate a profile with
// c-strings.

Powered by Google App Engine
This is Rietveld 408576698