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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressWithoutPhoneTest.java

Issue 2888803003: [Payments] Use Autofill assets on Android Payment Request (Closed)
Patch Set: AppCompatResources in more places Created 3 years, 7 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/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressWithoutPhoneTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressWithoutPhoneTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressWithoutPhoneTest.java
index 1352ed3c56e449218b62cd0df5691d3f2f3b1f22..ad4c946c1d2b8524bbdf0513313706ad05b6e53f 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressWithoutPhoneTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressWithoutPhoneTest.java
@@ -60,7 +60,7 @@ public class PaymentRequestBillingAddressWithoutPhoneTest implements MainActivit
"https://example.com", true, "Jon NoPhone", "Google", "340 Main St", "CA",
"Los Angeles", "", "90291", "", "US", "", "jon.doe@gmail.com", "en-US"));
helper.setCreditCard(new CreditCard("", "https://example.com", true, true, "Jon Doe",
- "4111111111111111", "1111", "12", "2050", "visa", R.drawable.pr_visa,
+ "4111111111111111", "1111", "12", "2050", "visa", R.drawable.visa_card,
address_without_phone, "" /* serverId */));
String address_with_phone = helper.setProfile(new AutofillProfile("", "https://example.com",
true, "Rob Phone", "Google", "340 Main St", "CA", "Los Angeles", "", "90291", "",

Powered by Google App Engine
This is Rietveld 408576698