| 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);
|
|
|
|
|