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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java

Issue 2018203002: PaymentRequest integration test for dynamic shipping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java
index 8a2d0d573e2da958fd62fcc71b4d5daf2110b242..4608db2427db5d700b2bc60d4f12e4c8514240e3 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java
@@ -245,6 +245,7 @@ public abstract class PaymentRequestSection extends LinearLayout {
// Create the two TextViews for showing the summary text.
mSummaryLeftTextView = new TextView(getContext());
+ mSummaryLeftTextView.setId(R.id.payments_left_summary_label);
ApiCompatibilityUtils.setTextAppearance(
mSummaryLeftTextView, R.style.PaymentsUiSectionDefaultText);

Powered by Google App Engine
This is Rietveld 408576698