| Index: chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java
|
| index 0fb25772e98927a58ff1608173b615ce0ecdc049..4de12b331c896453f6b629562cc65782bfdf8130 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java
|
| @@ -511,7 +511,8 @@ public class PaymentRequestUI implements DialogInterface.OnDismissListener, View
|
| mPaymentContainerLayout =
|
| (LinearLayout) mRequestView.findViewById(R.id.payment_container_layout);
|
| mOrderSummarySection = new LineItemBreakdownSection(
|
| - activity, activity.getString(R.string.payments_order_summary_label), this);
|
| + activity, activity.getString(R.string.payments_order_summary_label), this,
|
| + activity.getString(R.string.payments_updated_label));
|
| mShippingSummarySection = new ExtraTextsSection(
|
| activity, activity.getString(mShippingStrings.getSummaryLabel()), this);
|
| mShippingAddressSection = new OptionSection(
|
|
|